/* This is the header file for the procedures that translate a binary */
/* chromosome representation of a metabolism into a */
/* "fast_metabolism"*/

void genes_to_metab(Critter *offspring);
int get_next_reactant(Chromosome the_metabolism, int index, int meta_length);
Reaction *make_reaction(int first, int second);
