Guardian Native C Library Calls Reference Manual (G06.28+, H06.04+)
Guardian Native C Library Calls (t - z) wcschr(3)
NAME
wcschr - Searches for the first instance of a character in a wide-character string
LIBRARY
G-series native Guardian processes: $SYSTEM.SYSnn.ZCRTLSRL
G-series native OSS processes: /G/system/sysnn/zcrtlsrl
H-series native Guardian processes: $SYSTEM.ZDLLnnn.ZCRTLDLL
H-series OSS processes: /G/system/zdllnnn/zcrtldll
SYNOPSIS
#include <wchar.h>
wchar_t *wcschr(
const wchar_t *wcstring,
wint_t widecharacter);
PARAMETERS
wcstring Points to a string to search
widecharacter Specifies a wide character to locate.
DESCRIPTION
The wcschr() function locates the first occurrence of the widecharacter in the the string pointed
to by the wcstring parameter.
RETURN VALUES
The wcsrchr() function returns a pointer to the widecharacter parameter, or a null pointer if
widecharacter does not occur in the string.
RELATED INFORMATION
Functions: wcsrchr(3), wcswcs(3).
527192-005 Hewlett-Packard Company 7−53