Changeset 20 in Main for trunk/Common/cm_string.h
- Timestamp:
- Sep 14, 2024, 6:59:15 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Common/cm_string.h
r16 r20 6 6 #include <stdbool.h> 7 7 8 int cm_hex(const char* str, int len); 9 char* cm_html_escape(const char* str); 8 10 char* cm_strcat(const char* a, const char* b); 9 11 char* cm_strcat3(const char* a, const char* b, const char* c);
Note:
See TracChangeset
for help on using the changeset viewer.