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


_wcsspnp

This function returns pointer to first character in s1 that isn't in s2

Compatibility:

This function is compatible with the following targets:

ANSI
BeOS
EMB/RTOS
Mac OS

Palm OS

Win32


Prototype:
#include <extras.h>
wchar_t *_wcsspnp(const wchar_t *s1, 
  const wchar_t *s2);
Parameters:

Parameters for this function are:

s1  
wchar_t *  
The string being checked  
s2  
const wchar_t *  
The search string as a char set.  

Remarks:

This function determines the position in the string being searched is not one of the chars in the string set.

Return:

A pointer to the first character in s1 that is not in s2 or NULL if all the characters of s1 are in s2.

See Also:

"_strspnp"

"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