xicodomingues/francinette

get_next_line: Static function prototypes are also counted as static variables

eldzh0343 opened this issue · 1 comments

I have one static variable, but the tripouille test and fsoares test printed I have more than one static variable.
20230711_223041
20230711_222201

I think the static function prototypes are also counted as static variables.
20230711_233924

It happend the same to me, cause I had the word static in a function declaration in my main. The main was comented, but it gave this error which was a wrong error.