rosenrot/plugins/libre_redirect/str_replace_start.h

7 lines
157 B
C
Raw Normal View History

#ifndef STR_REPLACE_H_
#define STR_REPLACE_H_
int str_replace_start(const char* string, const char* target, const char* replacement, char* output);
#endif