plan9port

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

DragonFly.c (100B)


      1 #include <u.h>
      2 #include <libc.h>
      3 #include <bio.h>
      4 #include "dat.h"
      5 
      6 void (*statfn[])(int) =
      7 {
      8 	0
      9 };