forked from mirror/OpenTTD
(svn r26498) -Add: method for duplicating strings with similar behaviours as strecpy and strecat; give end pointer instead of a size
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
|
||||
char *strecat(char *dst, const char *src, const char *last);
|
||||
char *strecpy(char *dst, const char *src, const char *last);
|
||||
char *stredup(const char *src, const char *last = NULL);
|
||||
|
||||
int CDECL seprintf(char *str, const char *last, const char *format, ...) WARN_FORMAT(3, 4);
|
||||
|
||||
|
Reference in New Issue
Block a user