chiark / gitweb /
initial import and build-faff, wip
[chiark-tcl.git] / base / base.tct
diff --git a/base/base.tct b/base/base.tct
new file mode 100644 (file)
index 0000000..0c4a5e6
--- /dev/null
@@ -0,0 +1,11 @@
+Type iddata(const IdDataSpec *idds):   void *@
+Type ulong:                    uint32_t @
+Type long:                     long @
+Type string:                   const char *@
+Type constv(Tcl_ObjType*):     Tcl_Obj *@
+
+Type charfrom(const char *opts, const char *what):     int
+
+NoEntryDefine  TopLevel_Command
+
+H-Include      "chiark-tcl.h"