Init.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: Init.3,v 1.1 2000/04/28 00:47:48 ericm Exp $
  6. '" 
  7. .so man.macros
  8. .TH Tcl_Init 3 8.0 Tcl "Tcl Library Procedures"
  9. .BS
  10. .SH NAME
  11. Tcl_Init - find and source initialization script
  12. .SH SYNOPSIS
  13. .nf
  14. fB#include <tcl.h>fR
  15. .sp
  16. int
  17. fBTcl_InitfR(fIinterpfR)
  18. .SH ARGUMENTS
  19. .AP Tcl_Interp *interp in
  20. Interpreter to initialize.
  21. .BE
  22. .SH DESCRIPTION
  23. .PP
  24. fBTcl_InitfR is a helper procedure that finds and fBsourcefR's the
  25. fBinit.tclfR script, which should exist somewhere on the Tcl library
  26. path.  On Macintosh systems, it additionally checks for an fBInitfR
  27. resource and sources the contents of that resource if fBinit.tclfR
  28. cannot be found.
  29. .PP
  30. fBTcl_InitfR is typically called from fBTcl_AppInitfR procedures.
  31. .SH "SEE ALSO"
  32. Tcl_AppInit, Tcl_Main
  33. .SH KEYWORDS
  34. application, initialization, interpreter