21 #ifndef CONWAY_LIST_WRITER 22 #define CONWAY_LIST_WRITER Structure representing a universe: width, height, number of simulation steps and current cells state...
Definition: list_universe.h:18
Header file for a linked list implementation of Conway's game of life universe structure.
void list_generate_image(universe u, int idx)
Generate the image corresponding to a universe. Image will be of PPM format and created in the out f...
Definition: list_pbm_writer.c:10
void list_generate_image_filename(universe u, char *filename)
Generate the image corresponding to a universe. Image will be of PPM format.
Definition: list_pbm_writer.c:18