GetHostName.3
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:1k
源码类别:

通讯编程

开发平台:

Visual C++

  1. '"
  2. '" Copyright (c) 1998-2000 by Scriptics Corporation.
  3. '" All rights reserved.
  4. '" 
  5. '" RCS: @(#) $Id: GetHostName.3,v 1.3 2002/11/15 15:34:17 dkf Exp $
  6. '" 
  7. .so man.macros
  8. .TH Tcl_GetHostName 3 8.3 Tcl "Tcl Library Procedures"
  9. .BS
  10. .SH NAME
  11. Tcl_GetHostName - get the name of the local host
  12. .SH SYNOPSIS
  13. .nf
  14. fB#include <tcl.h>fR
  15. .sp
  16. CONST char *
  17. fBTcl_GetHostNamefR()
  18. .BE
  19. .SH DESCRIPTION
  20. .PP
  21. fBTcl_GetHostNamefR is a utility procedure used by some of the
  22. Tcl commands.  It returns a pointer to a string containing the name 
  23. for the current machine, or an empty string if the name cannot be
  24. determined.  The string is statically allocated, and the caller must
  25. not modify of free it.
  26. .PP
  27. .SH KEYWORDS
  28. hostname