|
|
1.1 ! root 1: #ifndef __UNCTRL_H__ ! 2: #define __UNCTRL_H__ ! 3: ! 4: /* ! 5: * The macro defined below is part of curses, and causes a character to ! 6: * be converted into a printable graphic string, even if the character is ! 7: * a control (in which case it is prefixed with an up-caret). ! 8: * ! 9: * The _unctrl [] array definition below is not permitted in Standard ! 10: * headers, but this is not a Standard header. Caveat utilitor. ! 11: */ ! 12: ! 13: # define unctrl(ch) (_unctrl[ch]) ! 14: ! 15: extern char *_unctrl[]; ! 16: ! 17: #endif /* ! defined (__UNCTRL_H__) */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.