tt13.c - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
       tt13.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 }