wcsrchr()

locate last occurrence of character in wide character string 

Function


SYNOPSIS

#include <wchar.h>

wchar_t *wcsrchr(const wchar_t *ws, int wc);


DESCRIPTION

The wcsrchr() functions locates the last occurrence of wc in the string pointed to by ws.


PARAMETERS

ws 

Is the null-terminated string to be searched.

wc 

Is the character to be located.


RETURN VALUES

The wcsrchr() function returns a pointer to the last occurrence of the character wc in the wide character string ws, if successful. If wc is not found in ws, NULL is returned.


CONFORMANCE

ANSI/ISO 9899-1990/AM 1-1995.


MULTITHREAD SAFETY LEVEL

MT-Safe.


PORTING ISSUES

None.


AVAILABILITY

PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition


SEE ALSO

Functions:
wcschr(), wcscspn(), wcspbrk(), wcsspn()


PTC MKS Toolkit 10.4 Documentation Build 39.