This file is indexed.

/usr/include/tesseract/chartoname.h is in libtesseract-dev 3.02.01-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
#ifndef CHARTONAME_H
#define CHARTONAME_H

                                 /*result */
void chartoname(register char *name,
                char c,            /*char to convert */
                const char *dir);  /*directory to use */

/*
#if defined(__STDC__) || defined(__cplusplus)
# define _P(s) s
#else
# define _P(s) ()
#endif*/

/* chartoname.c
int chartoname _P((char *name, int c, char *dir));

#undef _P
*/
#endif