• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #ifndef CHARTONAME_H
2 #define CHARTONAME_H
3 
4                                  /*result */
5 void chartoname(register char *name,
6                 char c,            /*char to convert */
7                 const char *dir);  /*directory to use */
8 
9 /*
10 #if defined(__STDC__) || defined(__cplusplus)
11 # define _P(s) s
12 #else
13 # define _P(s) ()
14 #endif*/
15 
16 /* chartoname.c
17 int chartoname _P((char *name, int c, char *dir));
18 
19 #undef _P
20 */
21 #endif
22