plan9port

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

t15.c (137B)


      1 #include "a.h"
      2 
      3 /*
      4  * 15. Output line numbering.
      5  */
      6 
      7 void
      8 t15init(void)
      9 {
     10 	addreq(L("nm"), r_warn, -1);
     11 	addreq(L("nn"), r_warn, -1);
     12 }