Version 0 of Tcl C API

Updated 2005-04-26 12:32:21 by lwv

The file tcl.h should be considered a public declaration of the Tcl C functions, defines/macros, and structures which a developer can safely depend on.

This includes:

  • Tcl_Main
  • Tcl_Init
  • TclObjTest_Init
  • TclThread_Init
  • Tcl_SetVar

[Category Tcl ???]