Changeset 1156 for cpp/frams/util/sstringutils.h
- Timestamp:
- 10/01/21 22:46:49 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/util/sstringutils.h
r973 r1156 1 1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-202 0Maciej Komosinski and Szymon Ulatowski.2 // Copyright (C) 1999-2021 Maciej Komosinski and Szymon Ulatowski. 3 3 // See LICENSE.txt for details. 4 4 … … 22 22 const char* skipQuoteString(const char* txt, const char* limit); 23 23 int sstringUnquote(SString &target); 24 25 bool sstringURLEncode(SString& target); 26 bool sstringURLDecode(SString &target); 24 27 25 28 int strFindField(const SString& txt, const SString& name, int &end);
Note: See TracChangeset
for help on using the changeset viewer.