문제점 및 증상오랜만에 라즈베리파이 3에서 C로 작업할 일이 생겨서, 이것 저것 찾아가며 소스를 작성하던 중에 "strnstr()" 함수를 이용하려던 중에 다음과 같은 오류가 발생하였습니다.config_test.c:75:16: warning: implicit declaration of function ‘strnstr’; did you mean ‘strstr’? [-Wimplicit-function-declaration] pStartPort = strnstr(buff, read_count, "\"PORT\":"); ^~~~~~~ strstrconfig_test.c:75:14: warning: assignment to ‘char *’ from ‘int..