xref: /reactos/sdk/lib/ucrt/string/strpbrk.c (revision 04e0dc4a)
1 /***
2 *strpbrk.c - Defines the strpbrk function.
3 *
4 *       Copyright (c) Microsoft Corporation. All rights reserved.
5 *
6 *Purpose:
7 *       The function strpbrk is mostly common code with strspn in strspn.c.
8 *
9 *******************************************************************************/
10 
11 #define SSTRPBRK
12 #include "strspn.c"
13