BSD 4_1c_2 release
[unix-history] / usr / src / usr.lib / libcurses / unctrl.h
/*
* unctrl.h
*
* 1/26/81 (Berkeley) @(#)unctrl.h 1.1
*/
extern char *_unctrl[];
# define unctrl(ch) (_unctrl[(unsigned) ch])