1 /* char-name.h - decls for the C names of characters
2  *
3  ****************************************************************
4  * Copyright (C) 1998, 2000 Thomas Lord
5  *
6  * See the file "COPYING" for further information about
7  * the copyright and warranty status of this work.
8  */
9 
10 
11 #ifndef INCLUDE__CHAR__CHAR_NAME_H
12 #define INCLUDE__CHAR__CHAR_NAME_H
13 
14 
15 #include "hackerlab/machine/types.h"
16 
17 
18 
19 extern t_uchar * char_name[];
20 
21 
22 /* automatically generated __STDC__ prototypes */
23 #endif  /* INCLUDE__CHAR__CHAR_NAME_H */
24