프로그래밍/C
error: expected identifier before numeric constant
code cat
2012. 7. 3. 17:19
error: expected identifier before numeric constant
위와 같은 에러가 나는 이유
1. include로 헤더파일을 추가했는데 어디선가 같은 이름의 매크로가 꼬였을 때,
해결책 --> (에러 나는 라인의 매크로로 grep을 잡아보자!)