typedef enum motu_alignment { heroic_warrior = 0, evil_warrior = 1, } motu_alignment; int32_t motu_count(motu_alignment a);