mirror of
https://github.com/reactos/reactos.git
synced 2025-06-24 14:00:28 +00:00
14 lines
349 B
C
14 lines
349 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
|
||
|
#define STRSPN_USE_SSE2
|
||
|
#include "strspn.c"
|