#ifndef __ADJECTIVES_H__ #define __ADJECTIVES_H__ extern const char * const adjectives[256]; extern const char * const nouns[256]; #endif