exit with sensible code; rm unnecessary uninitialized var access
[unix-history] / usr / src / games / mille / unctrl.h
CommitLineData
532ffae9
KB
1/*
2 * Copyright (c) 1982 Regents of the University of California.
d6bad537
KB
3 * All rights reserved.
4 *
7c5ab767 5 * %sccs.include.redist.c%
d6bad537 6 *
7c5ab767 7 * @(#)unctrl.h 5.4 (Berkeley) %G%
532ffae9
KB
8 */
9
10/*
11 * unctrl.h
12 */
13
14extern char *_unctrl[];
15
16# define unctrl(ch) (_unctrl[ch & 0177])