chiark / gitweb /
adns compiles ish, working on transferring the rest
[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"