Search for an occurrence of a wide character.
Compatibility:This function is compatible with the following targets:
|
BeOS
|
|
#include <wchar.h>
void * wmemchr(const void * src,  
int val, size_t n);
Parameters for this function are:
Performs the same task as memchr for a wide character type.
Returns a pointer to the found wide character, or a null pointer (NULL) if val cannot be found.