Searches for a character in a null-terminated string.
#include <string.h>
char *strchr(const char *string, int c);
#include <wchar.h>
wchar_t *wcschr(const wchar_t *string, wchar_t c);
string
c
tchar.h routine |
_UNICODE not defined |
_UNICODE defined |
---|---|---|
_tcschr | strchr | wcschr |
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.0 INtime 6.0 (for wide-character and generic text versions) |
intime/rt/include/string.h intime/rt/include/wchar.h intime/rt/include/tchar.h |
string.h wchar.h tchar.h |
clib.lib |