char* foo, bar;
[1] as per Rule of Maximum Astonishment.
char* foo = NULL;
char bar = 0;
are preferable. Is there any reason one would want to smash N declarations into one?
[1] as per Rule of Maximum Astonishment.