/*These are the headers for the debugging procedures*/

void print_fast_metab(Reaction *react);
void print_critter(Critter *current);
void print_population(Population *the_population);
void print_brief_pop(Population *the_population);
void print_metabolizers(Population *the_population);
void print_brief_metabolizers(Population *the_population);
Boolean check_metabolizer_ptrs(Population *the_population);
void print_gut(Gut *a_gut);
