URI:
       tmisc.cc - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tmisc.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