Tesseract
3.02
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
chartoname.h
Go to the documentation of this file.
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
mnt
data
src
tesseract-ocr
classify
chartoname.h
Generated on Thu Nov 1 2012 20:19:46 for Tesseract by
1.8.1