1: /*
   2:  * unctrl.h
   3:  *
   4:  * 2/17/82 (Berkeley) @(#)unctrl.h	1.2
   5:  */
   6: 
   7: extern  char    *_unctrl[]; /* defined in /usr/src/lib/curses/unctrl.c */
   8: 
   9: #define unctrl(ch)  (_unctrl[ch & 0177])

Defined macros

unctrl defined in line 9; never used
Last modified: 1983-08-28
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 548
Valid CSS Valid XHTML 1.0 Strict