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


wcsspn

Count the number of wide characters in one wide character array that are in another.

Compatibility:

This function is compatible with the following targets:

ANSI

BeOS

EMB/RTOS

Mac OS

Palm OS

Win32


Prototype:
#include <wchar.h>
size_t wcsspn(const wchar_t * str, 
  const wchar_t * set);
Parameters:

Parameters for this function are:

str  
wchar_t *  
The searched string  
set  
const wchar_t *  
The search set  

Remarks:

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

Return:

Returns the number of characters in the initial segment of str that contains only characters that are elements of set.

See Also:

"strspn"


[ 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