Table of Contents

wmemchr

 #include <wchar.h>
  wchar_t *wmemchr(const wchar_t *, wchar_t, size_t);

return value

C Sourcecode Example

no example yet

output