RS41ng/src/utils.h

9 wiersze
152 B
C

#ifndef __STRING_H
#define __STRING_H
#include <string.h>
size_t str_replace(char *dest, size_t dest_len, char *orig, char *rep, char *with);
#endif