plan9port

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

t13.c (208B)


      1 #include "a.h"
      2 
      3 /*
      4  * 13. Hyphenation.
      5  */
      6 
      7 void
      8 t13init(void)
      9 {
     10 	addreq(L("nh"), r_nop, -1);
     11 	addreq(L("hy"), r_nop, -1);
     12 	addreq(L("hc"), r_nop, -1);
     13 	addreq(L("hw"), r_nop, -1);
     14 
     15 	addesc('%', e_nop, 0);
     16 }