7 lines
132 B
C
7 lines
132 B
C
#ifndef __ADJECTIVES_H__
|
|
#define __ADJECTIVES_H__
|
|
|
|
extern const char * const even[256];
|
|
extern const char * const odd[256];
|
|
|
|
#endif
|