plan9port/src/cmd/auxstats/dat.h

10 lines
173 B
C
Raw Normal View History

2004-04-23 05:12:11 +00:00
extern Biobuf bout;
extern void (*statfn[])(int);
extern char buf[];
extern char *line[];
extern char *tok[];
extern int nline, ntok;
void readfile(int);
void tokens(int);