RT
|
#include <parse.h>
Data Fields | |
int | line_idx |
int | line_max |
char ** | greed |
char * | filename |
t_data * | app |
const char * | err_func |
const char * | err_file |
int | err_at_line |
bool | is_pop |
bool | exit_on_err |
t_data* s_parse_txt::app |
int s_parse_txt::err_at_line |
const char* s_parse_txt::err_file |
const char* s_parse_txt::err_func |
bool s_parse_txt::exit_on_err |
char* s_parse_txt::filename |
char** s_parse_txt::greed |
bool s_parse_txt::is_pop |
int s_parse_txt::line_idx |
int s_parse_txt::line_max |