Changeset 20 in Main for trunk/Common/cm_string.h


Ignore:
Timestamp:
Sep 14, 2024, 6:59:15 PM (2 months ago)
Author:
Nishi
Message:

can show index

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Common/cm_string.h

    r16 r20  
    66#include <stdbool.h>
    77
     8int cm_hex(const char* str, int len);
     9char* cm_html_escape(const char* str);
    810char* cm_strcat(const char* a, const char* b);
    911char* cm_strcat3(const char* a, const char* b, const char* c);
Note: See TracChangeset for help on using the changeset viewer.