Tesseract
3.02
|
00001 #ifndef CHARTONAME_H 00002 #define CHARTONAME_H 00003 00004 /*result */ 00005 void chartoname(register char *name, 00006 char c, /*char to convert */ 00007 const char *dir); /*directory to use */ 00008 00009 /* 00010 #if defined(__STDC__) || defined(__cplusplus) 00011 # define _P(s) s 00012 #else 00013 # define _P(s) () 00014 #endif*/ 00015 00016 /* chartoname.c 00017 int chartoname _P((char *name, int c, char *dir)); 00018 00019 #undef _P 00020 */ 00021 #endif