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

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

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

Functions

universe naive_conway_load (char *data_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-02-25

Function Documentation

◆ naive_conway_load()

universe naive_conway_load ( char *  data_filename)

Parse a text file into a universe structure.

Parameters
data_filenamesource text file filename
Returns
the corresponding universe structure