Using Char Array with pinMode [SOLVED]

problem is solved by using one declaration per line. No mistakes like this

char a, *b, **c, d[], *e[];

(OK I am exaggerating)