php에서 사용하는 str_replace() 함수를 C로 직접 구현.. char* str_replace( const char* str, const char* needle1, const char* needle2 );