plan9port

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

misc.cc (243B)


      1 #include	"misc.h"
      2 
      3 char	errbuf[200];
      4 char	*progname;
      5 int	wantwarn = 0;
      6 
      7 int	dbg	= 0;
      8 // dbg = 1 : dump slugs
      9 // dbg = 2 : dump ranges
     10 // dbg = 4 : report function entry
     11 // dbg = 8 : follow queue progress
     12 // dbg = 16: follow page fill progress