Home | History | Annotate | Download | only in include

Lines Matching defs:mbsinit

951   int __cdecl mbsinit(const mbstate_t *ps);
960 __CRT_INLINE int __cdecl mbsinit(const mbstate_t *_P) { return (!_P || *_P==0); }