#ifndef __ADJECTIVES_H__ #define __ADJECTIVES_H__ extern const char * const even[256]; extern const char * const odd[256]; #endif