[ 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:
Prototype:
#include <extras.h>
wchar_t *_wcsspnp(const wchar_t *s1,
  const wchar_t *s2);
Parameters:
Parameters for this function are:
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