1 #include "../include/fileparser.h"
4 // the missing newline at EOF is part of the functionality test.
6 // gcc -Wall -Wextra fileparser_test.c ../fileparser.c -o filep_test
8 int main(int argc
, char** argv
) {
9 (void) argc
; (void) argv
;
13 fileparser_open(p
, __FILE__
);
14 while(!fileparser_readline(p
))