Home
last modified time | relevance | path

Searched defs:_wcsnextc (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/ucrt/
H A Dtchar.h700 #define _wcsnextc(_cpc) ((unsigned int) *(_cpc)) macro
722 _Check_return_ __inline unsigned int __CRTDECL _wcsnextc(_In_z_ const wchar_t * _Cpc) { return (uns… in _wcsnextc() function
/reactos/sdk/include/crt/
H A Dtchar.h463 #define _wcsnextc(_cpc) ((unsigned int) *(_cpc)) macro