classify/chartoname.h

Go to the documentation of this file.
00001 
00005 #ifndef CHARTONAME_H
00006 #define CHARTONAME_H
00007 
00008                                  /*result */
00009 void chartoname(register char *name,
00010                 char c,            /*char to convert */
00011                 const char *dir);  /*directory to use */
00012 
00013 /*
00014 #if defined(__STDC__) || defined(__cplusplus)
00015 # define _P(s) s
00016 #else
00017 # define _P(s) ()
00018 #endif*/
00019 
00020 /* chartoname.c
00021 int chartoname _P((char *name, int c, char *dir));
00022 
00023 #undef _P
00024 */
00025 #endif

Generated on Wed Feb 28 19:49:09 2007 for Tesseract by  doxygen 1.5.1