본문 바로가기

소프트웨어/C/C++

c] 문자열에서 char 찾기. strchr



strchr(문자열,문자) 는 문자열 내에서 해당 문자가 위치한 곳의 pointer를 return한다.