RT
|
#include "tools.h"
#include "t_data.h"
#include "librt.h"
#include "config.h"
#include "parse.h"
#include "libft.h"
Functions | |
int | reader (char *filename, t_data *app) |
: Top function to organise the parsing More... | |
int | reader_no_exit (char *filename, t_data *app) |
int reader | ( | char * | filename, |
t_data * | app | ||
) |
: Top function to organise the parsing
filename | : file to parse |
app | : link to the data |
int reader_no_exit | ( | char * | filename, |
t_data * | app | ||
) |