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

Header file for the linked list implementation of Conway's game of life loader. More...

#include <stdio.h>
#include <stdlib.h>
#include "linked_list_cell.h"
#include "list_universe.h"
Include dependency graph for list_loader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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

Detailed Description

Header file for the linked list 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