date and time created 87/02/15 16:03:39 by lepreau
[unix-history] / usr / src / games / mille / unctrl.h
/*
* Copyright (c) 1982 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
* specifies the terms and conditions for redistribution.
*/
/*
* unctrl.h
*/
extern char *_unctrl[];
# define unctrl(ch) (_unctrl[ch & 0177])