130210Sbostic /* 2*60812Sbostic * Copyright (c) 1982, 1993 3*60812Sbostic * The Regents of the University of California. All rights reserved. 433181Sbostic * 542579Sbostic * %sccs.include.redist.c% 633181Sbostic * 7*60812Sbostic * @(#)unctrl.h 8.1 (Berkeley) 05/31/93 830210Sbostic */ 930210Sbostic 1030210Sbostic /* 1130210Sbostic * unctrl.h 1230210Sbostic */ 1330210Sbostic 1430210Sbostic extern char *_unctrl[]; 1530210Sbostic 1630210Sbostic # define unctrl(ch) (_unctrl[ch & 0177]) 17