Changeset 1179 for cpp/frams/util/sstringutils.h
- Timestamp:
- 07/26/22 02:33:45 (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/util/sstringutils.h
r1156 r1179 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-202 1Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2022 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 25 25 bool sstringURLEncode(SString& target); 26 26 bool sstringURLDecode(SString &target); 27 bool sstringQuoteEOF(SString& target); 28 bool sstringUnquoteEOF(SString& target); 27 29 28 30 int strFindField(const SString& txt, const SString& name, int &end);
Note: See TracChangeset
for help on using the changeset viewer.