mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
8 lines
235 B
C
8 lines
235 B
C
#pragma once
|
|
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);
|