Computer/컴파일언어
warning: implicit declaration of function 'wait'
ywlee
2016. 3. 10. 11:12
워닝의 종류
함수를 사용할때 명시적으로 프로토타입이나 헤더파일을 추가 하지 않아서 발생하는 워닝
#include <sys/wait.h>
추가하면 해결