6 #define _LINE_LENGTH_MAX_ 1024
7 #define _ARGUMENT_LENGTH_MAX_ 1024
9 typedef char FileArg[_ARGUMENT_LENGTH_MAX_];
31 struct file_content * pfc,
36 struct file_content * pfc,
43 struct file_content * pfc
55 struct file_content * pfc,
62 int parser_read_double(
63 struct file_content * pfc,
70 int parser_read_double_and_position(
71 struct file_content * pfc,
79 int parser_read_string(
80 struct file_content * pfc,
87 int parser_read_list_of_doubles(
88 struct file_content * pfc,
91 double ** pointer_to_list,
96 int parser_read_list_of_integers(
97 struct file_content * pfc,
100 int ** pointer_to_list,
105 int parser_read_list_of_strings(
106 struct file_content * pfc,
109 char ** pointer_to_list,
115 struct file_content * pfc1,
116 struct file_content * pfc2,
117 struct file_content * pfc3,