#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); #endif