/*** *strpbrk.c - Defines the strpbrk function. * * Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved. * *Purpose: * The function strpbrk is mostly common code with strspn in strspn.c. * *******************************************************************************/ #define SSTRPBRK #include "strspn.c"