Develop

[c] 문자열 치환해주는 str_replace() 함수

by hooni posted Apr 23, 2013
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 댓글로 가기 인쇄

php에서 사용하는 str_replace() 함수를 C로 직접 구현..


char* str_replace( const char* str, const char* needle1, const char* needle2 );