diff options
| author | rsc <devnull@localhost> | 2004-04-23 05:12:11 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-04-23 05:12:11 +0000 |
| commit | f0f4401f0cfc654646bdf21849627ebcbd5d82b5 (patch) | |
| tree | 037270d81e83f96e788914a298c45bf4b5768f33 /src/cmd/auxstats/dat.h | |
| parent | d72054aa270d6f3d539e830ef9892138a255872a (diff) | |
| download | plan9port-f0f4401f0cfc654646bdf21849627ebcbd5d82b5.tar.gz plan9port-f0f4401f0cfc654646bdf21849627ebcbd5d82b5.zip | |
stats helper
Diffstat (limited to 'src/cmd/auxstats/dat.h')
| -rw-r--r-- | src/cmd/auxstats/dat.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cmd/auxstats/dat.h b/src/cmd/auxstats/dat.h new file mode 100644 index 00000000..17e5c615 --- /dev/null +++ b/src/cmd/auxstats/dat.h @@ -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); |
