reactos/sdk/lib/ucrt/string/strpbrk.c

12 lines
325 B
C

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