colorwrap/include/notmine.h

8 lines
150 B
C

#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