unipbrk(3nw)
unipbrk --
scans specified string for given set of characters
Synopsis
#include <unicode.h>
unicode N_FAR N_API unipbrk
(unicode N_FAR s1,
unicode N_FAR s2);
Description
The parameters are as follows:
- s1
-
(IN) Points to the string to scan.
- s2
-
(IN) Points to the character set.
Return values
Pointer to the first occurrence of any character in s2.
Null is returned if no s2 character occurs in s1.
Notices
unipbrk scans s1 for the first occurrence of any
character appearing in s2.
unipbrk corresponds to C strpbrk.
Services
Unicode
NCP calls
None
References
unicspn(3nw),
unispn(3nw)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.