int* hoge;か、int *hoge;か

不毛な議論。
個人的にはint* hoge;派だったりする。

int* func( int* arg1, int* arg2 )
or
int *func( int *arg1, int *arg2 )

不毛なんですけどね。