A-maze-D documentation 1.0.0
|
The init_maze.c. More...
#include "../include/amazed.h"
Functions | |
int | check_line (maze_t *maze, char **line, int line_index) |
void * | return_and_free (maze_t *maze, linked_list_t **file_content, char **line) |
maze_t * | parse_maze (maze_t *maze, linked_list_t *file_content) |
maze_t * | init_maze (void) |
int | check_valid_maze (maze_t *maze) |
The init_maze.c.