stats helper

This commit is contained in:
rsc 2004-04-23 05:12:11 +00:00
parent d72054aa27
commit f0f4401f0c
10 changed files with 866 additions and 0 deletions

9
src/cmd/auxstats/dat.h Normal file
View file

@ -0,0 +1,9 @@
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);