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


wcschr

Search for an occurrence of a 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 * wcschr(const wchar_t * str, 
  const wchar_t chr);
Parameters:

Parameters for this function are:

str  
wchar_t *  
The string to be searched  
chr  
wchar_t  
The character to search for  

Remarks:

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

Return:

Returns a pointer to the successfully located character. If it fails, wcschr() returns a null pointer (NULL).

See Also:

"strchr"


[ 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