chiark / gitweb /
0c4a5e6c67ba014f94d727197e197cd19e0c51a3
[chiark-tcl.git] / base / base.tct
1 Type iddata(const IdDataSpec *idds):    void *@
2 Type ulong:                     uint32_t @
3 Type long:                      long @
4 Type string:                    const char *@
5 Type constv(Tcl_ObjType*):      Tcl_Obj *@
6
7 Type charfrom(const char *opts, const char *what):      int
8
9 NoEntryDefine   TopLevel_Command
10
11 H-Include       "chiark-tcl.h"