Computer Language/c 언어
strcmp 활용
알 수 없는 사용자
2014. 4. 10. 11:13
if(!strcmp(*u).name, " "))
if(strcmp( (*u).name, "") = 0)
boolean true;
if(!true)