problem is solved by using one declaration per line. No mistakes like this
char a, *b, **c, d[], *e[];
(OK I am exaggerating)
problem is solved by using one declaration per line. No mistakes like this
char a, *b, **c, d[], *e[];
(OK I am exaggerating)