plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

dat.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);