IN101 project on Conway's Game of Life
Functions
list_loader.c File Reference

Source code for a naive implementation of Conway's game of life loader. More...

#include "list_loader.h"
Include dependency graph for list_loader.c:

Functions

universe list_conway_load (char *filename)
 Parse a text file into a universe structure. More...
 

Detailed Description

Source code for a naive implementation of Conway's game of life loader.

Author
Victor Colomb (vic.c.nosp@m.ol@h.nosp@m.otmai.nosp@m.l.fr)
Date
2021-03-13

Function Documentation

◆ list_conway_load()

universe list_conway_load ( char *  filename)

Parse a text file into a universe structure.

Parameters
filenamesource text file filename
Returns
the corresponding universe structure