NAMETcl_StaticPackage − make a statically linked package available via the 'load' command SYNOPSIS#include <tcl.h>Tcl_StaticPackage(interp, prefix, initProc, safeInitProc)ARGUMENTS
. el .TP 15
Tcl_Interp *interp(in) If not NULL, points to an interpreter into which the package has already been loaded (i.e., the caller has already invoked the appropriate initialization procedure). NULL means the package has not yet been incorporated into any interpreter.