IN101 project on Conway's Game of Life
|
Header file for the linked list implementation of Conway's game of life loader. More...
Go to the source code of this file.
Functions | |
universe | list_conway_load (char *filename) |
Parse a text file into a universe structure. More... | |
Header file for the linked list implementation of Conway's game of life loader.
universe list_conway_load | ( | char * | filename | ) |
Parse a text file into a universe structure.
filename | source text file filename |