Open System Services Library Calls Reference Manual (G06.28+, H06.05+)

OSS Library Calls (w - z) wcschr(3)
NAME
wcschr - Searches for the rst 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 Species a wide character to locate.
DESCRIPTION
The wcschr( ) function locates the rst 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).
527187-007 Hewlett-Packard Company 83