colorwrap/include/notmine.h

8 lines
152 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