tdat.h - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
tdat.h (173B)
---
1 extern Biobuf bout;
2 extern void (*statfn[])(int);
3 extern char buf[];
4 extern char *line[];
5 extern char *tok[];
6 extern int nline, ntok;
7
8 void readfile(int);
9 void tokens(int);