int* foo;
int *foo;
int* i;
int *i;
Besides, declaring only one variable per line seems less cluttered to me, so I never get the
int* a, b;