This file is indexed.

/usr/include/namazu/wakati.h is in libnmz7-dev 2.0.21-10.

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
#ifndef _WAKATI_H
#define _WAKATI_H

enum {
    KANJI,
    KATAKANA,
    HIRAGANA,
    OTHER
};

extern int nmz_wakati(char*);

#endif /* _WAKATI_H */