blob: e8d5c40eed4c81f750a9fca5d46c665c868bf74e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* this file is generated by makenimitoki program,
* so do not edit it directly, but modify makenimitoki.c as you wish
*/
#ifndef NIMI_TOKI_H
#define NIMI_TOKI_H
#include <stdlib.h>
extern const char *nimi_toki[]; /* list of words */
extern const unsigned long suli_pi_nimi_toki /* length of word list */;
#endif /* NIMI_TOKI_H */
|