RT
Functions
read.c File Reference
#include "tools.h"
#include "t_data.h"
#include "librt.h"
#include "config.h"
#include "parse.h"
#include "libft.h"
Include dependency graph for read.c:

Functions

int reader (char *filename, t_data *app)
 : Top function to organise the parsing More...
 
int reader_no_exit (char *filename, t_data *app)
 

Function Documentation

◆ reader()

int reader ( char *  filename,
t_data app 
)

: Top function to organise the parsing

Parameters
filename: file to parse
app: link to the data
Returns
int : status of the function

◆ reader_no_exit()

int reader_no_exit ( char *  filename,
t_data app 
)