/* Prototype file for main.c */

void run_population_once(Context *the_context, Population
                         *the_population);

void save_important_info(Context *the_context, Population *the_population);

void clean_up(Context *the_context, Population *the_population);

