1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-18 20:19:11 +00:00

(svn r2754) Move str_fmt into string.[ch]

This commit is contained in:
tron
2005-07-29 21:52:20 +00:00
parent 1736566e22
commit 3a162799fd
4 changed files with 20 additions and 17 deletions

View File

@@ -23,4 +23,6 @@ void ttd_strlcpy(char *dst, const char *src, size_t size);
char* strecat(char* dst, const char* src, const char* last);
char* strecpy(char* dst, const char* src, const char* last);
char* CDECL str_fmt(const char* str, ...);
#endif