??? i m confused# Programming - 葵花宝典
c*e
1 楼
according to BS, if a function has a return value non-void, it must return
sth in its definition.
however, the following code compile with Gcc/VC 7.1
int func (void) {}
why?
sth in its definition.
however, the following code compile with Gcc/VC 7.1
int func (void) {}
why?