int 함수(int a)

{

a++;

return(a);

}


요즘은 다 return a; 라고 쓰잖아

근데 코드에 return(a); 라고 써져있더라고

한 15년전 문서인거 같은데

저게 예전표준인가?