공부/C언어 [C] error: returned 1 exit status 입력부탁드려요 2020. 8. 6. 10:51 참고 https://kldp.org/node/141731 프로그램 컴파일 시returned 1 exit status 에러 질문이요~~ | KLDP APUE2 UNIX 고급 프로그래밍 책을 새롭게 공부하고 있는데 returned 1 exit status 라는 에러가 뜹니다.. 1 #include "apue.h" 2 #include "dirent.h" 3 4 int main(int argc, char *argv[]) 5 { 6 DIR *dp; 7 struct dirent *dirp; 8 9 if ((dp = kldp.org