tt15.c - 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
---
tt15.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 }