mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
7 lines
222 B
C
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);
|