date and time created 90/06/25 12:34:52 by bostic
[unix-history] / usr / src / games / mille / unctrl.h
/*
* Copyright (c) 1982 Regents of the University of California.
* All rights reserved.
*
* %sccs.include.redist.c%
*
* @(#)unctrl.h 5.4 (Berkeley) %G%
*/
/*
* unctrl.h
*/
extern char *_unctrl[];
# define unctrl(ch) (_unctrl[ch & 0177])