plan9port

[fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port # fast
git clone https://src.adamsgaard.dk/plan9port.git # slow
Log | Files | Refs | README | LICENSE Back to index

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 }