카테고리 없음
char * 함수를 만들 때 고려할 점
een
2013. 11. 12. 15:50
char * foo() {
static char ret[];
return (ret);
}
등의 코드를 검토한 글