Table of Contents
wmemchr
C Sourcecode Example
output
wmemchr
#include <wchar.h> wchar_t *wmemchr(const wchar_t *, wchar_t, size_t);
return value
C Sourcecode Example
no example yet
output