spiegel-keyman/common/windows/cpp/include/xstring.h

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);