mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
Imported from https://www.nuget.org/packages/Microsoft.Windows.SDK.CRTSource/10.0.22621.3 License: MIT
13 lines
325 B
C
13 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"
|