#ifndef _NOTMINE_H #define _NOTMINE_H // You must free the result if result is non-NULL. char *str_replace(char *orig, char *rep, char *with); //char *str_index_replace(char *orig, int rep_s, int rep_e, char *with); #endif