stats helper
This commit is contained in:
parent
d72054aa27
commit
f0f4401f0c
10 changed files with 866 additions and 0 deletions
9
src/cmd/auxstats/dat.h
Normal file
9
src/cmd/auxstats/dat.h
Normal 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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue