Changeset 1025 for cpp/common/util-string.h
- Timestamp:
- 08/13/20 15:11:55 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/common/util-string.h
r1016 r1025 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-20 15Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2020 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 8 8 #include "nonstd_stl.h" 9 9 #include <stdarg.h> 10 11 string repr(const char *str); 10 12 11 13 char* strmove(char *a, char *b); //strcpy that works well for overlapping strings ("Source and destination overlap")
Note: See TracChangeset
for help on using the changeset viewer.