Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
Tcl_InitSubsystems(3)	    Tcl	Library	Procedures	 Tcl_InitSubsystems(3)

______________________________________________________________________________

NAME
       Tcl_InitSubsystems - initialize the Tcl library.

SYNOPSIS
       #include	<tcl.h>

       const char *
       Tcl_InitSubsystems()
_________________________________________________________________

DESCRIPTION
       The Tcl_InitSubsystems procedure	initializes the	Tcl library. This pro-
       cedure  is  typically  invoked  as the very first thing in the applica-
       tion's main program.

       The result of Tcl_InitSubsystems	is the full Tcl	version	with build in-
       formation (e.g.,	9.0.0+abcdef...abcdef.gcc-1002).

       Tcl_InitSubsystems is very similar in use to Tcl_FindExecutable.	It can
       be used when Tcl	is used	as utility library, no	other  encodings  than
       utf-8,  iso8859-1  or  utf-16  are  used, and no	interest exists	in the
       value of	info nameofexecutable. The system encoding  will  not  be  ex-
       tracted from the	environment, but falls back to utf-8.

KEYWORDS
       binary, executable file

Tcl				      9.0		 Tcl_InitSubsystems(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=Tcl_InitSubsystems.tcl90&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help