![]() |
![]()
| ![]() |
![]()
NAMEcritcl::util - CriTcl - Utilities SYNOPSISpackage require Tcl 8.6 package require critcl ?3.2? package require critcl::util ?1.2? ::critcl::util::checkfun name ?label? ::critcl::util::def path define ?value? ::critcl::util::undef path define ::critcl::util::locate label paths ?cmd? DESCRIPTIONBe welcome to the C Runtime In Tcl (short: CriTcl), a system for embedding and using C code from within Tcl [http://core.tcl-lang.org/tcl] scripts. This document is the reference manpage for the critcl::util package. This package provides convenience commands for advanced functionality built on top of the core. Its intended audience are mainly developers wishing to write Tcl packages with embedded C code. This package resides in the Core Package Layer of CriTcl. +----------------+ |Applications | | critcl | | critcl::app | +----------------+ *================* |Core Packages | | critcl | | critcl::util | *================* +----------------+ |Support Packages| | stubs::* | | md5, platform | | ... | +----------------+ API
AUTHORSAndreas Kupries BUGS, IDEAS, FEEDBACKThis document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such at https://github.com/andreas-kupries/critcl. Please also report any ideas for enhancements you may have for either package and/or documentation. KEYWORDSC code, Embedded C Code, code generator, compile & run, compiler, dynamic code generation, dynamic compilation, generate package, linker, on demand compilation, on-the-fly compilation CATEGORYGlueing/Embedded C code COPYRIGHTCopyright (c) 2011-2024 Andreas Kupries
|