spiegel-keyman/common/windows/cpp/include/xstring.h
2022-09-07 18:39:34 +02:00

7 lines
222 B
C

PWSTR incxstr(PWSTR p);
PWSTR decxstr(PWSTR p, PWSTR pStart);
int xstrlen(PWSTR p);
int xstrlen_ignoreifopt(PWSTR p);
int xstrpos(PWSTR p1, PWSTR p);
PWSTR xstrchr(PWSTR buf, PWSTR chr);
int xchrcmp(PWSTR ch1, PWSTR ch2);