NWLstrpbrk
Locates the first occurrence in a specified string of given characters from another string
#include <time.h> or #define NWL_EXCLUDE_TIME
#include <stdio.h> or #define NWL_EXCLUDE_FILE
#include <nwlocale.h>
pnstr N_API NWLstrpbrk (
pnstr string1,
const nstr N_FAR *string2);
uses netwin32
Function NWLstrpbrk
(string1 : pnstr;
const string2 : pnstr
) : pnstr;
NWLstrpbrk is sensitive to double-byte characters if the locale includes double-byte characters.