1 /* Begin include file unctrl.h */ 2 3 /* 4 * unctrl.h 5 * 6 * 1/26/81 (Berkeley) @(#)unctrl.h 1.1 7 * @(#)unctrl.h 1.3 (MRH) 8/23/82 8 */ 9 10 #ifndef unctrl 11 extern char *_unctrl[]; 12 13 # define unctrl(ch) (_unctrl[(unsigned) ch]) 14 #endif 15 16 17 /* End include file unctrl.h */