/* * str_replace.h * * Author: Intel A80486DX2-66 * License: Creative Commons Zero 1.0 Universal */ #include #include char* str_replace( const char* str, const char* substr, const char* replacement, ssize_t max_count );