File:  [MW Coherent from dump] / coherent / f / usr / include / unctrl.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:40 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

#ifndef	__UNCTRL_H__
#define	__UNCTRL_H__

/*
 * The macro defined below is part of curses, and causes a character to
 * be converted into a printable graphic string, even if the character is
 * a control (in which case it is prefixed with an up-caret).
 *
 * The _unctrl [] array definition below is not permitted in Standard
 * headers, but this is not a Standard header. Caveat utilitor.
 */

# define	unctrl(ch)	(_unctrl[ch])

extern char	*_unctrl[];

#endif	/* ! defined (__UNCTRL_H__) */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.