[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]


wcsrchr

Search a wide character string for the last occurrence of a specified wide character.

Compatibility:

This function is compatible with the following targets:

ANSI

BeOS

EMB/RTOS

Mac OS

Palm OS

Win32


Prototype:
#include <wchar.h>
wchar_t * wcsrchr(const wchar_t * str, 
  wchar_t chr);
Parameters:

Parameters for this function are:

str  
const wchar_t *  
The string being searched  
chr  
wchar_t  
The character to search for  

Remarks:

Performs the same task as strrchr for a wide character type.

Return:

Returns a pointer to the character found or returns a null pointer (NULL) if it fails.

See Also:

"strrchr"


[ First ]  [ Previous ]  [ Next ]  [ Last ]  [ Manuals ]

Visit the Metrowerks website at: http://www.metrowerks.com
For assistance contact Metrowerks Technical Support at: cw_support@metrowerks.com
Copyright © 2000, Metrowerks Corp. All rights reserved.

Last updated: August 16, 2000