Develop

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

by hooni posted Apr 23, 2013
?

Shortcut

PrevPrev Article

NextNext Article

ESCClose

Larger Font Smaller Font Up Down Go comment Print

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


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