summaryrefslogtreecommitdiff
path: root/src/words.h
blob: 0bbd3c4f6f9e5505aa880d1eca8917767240d5b4 (plain)
1
2
3
4
5
6
7
#ifndef __ADJECTIVES_H__
#define __ADJECTIVES_H__

extern const char * const even[256];
extern const char * const odd[256];

#endif