4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / games / mille / unctrl.h
/*
* Copyright (c) 1982, 1993
* The Regents of the University of California. All rights reserved.
*
* %sccs.include.redist.c%
*
* @(#)unctrl.h 8.1 (Berkeley) %G%
*/
/*
* unctrl.h
*/
extern char *_unctrl[];
# define unctrl(ch) (_unctrl[ch & 0177])