mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 22:59:42 +00:00
14 lines
350 B
C
14 lines
350 B
C
![]() |
/***
|
||
|
*strcspn.c - Defines the strcspn function.
|
||
|
*
|
||
|
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
*
|
||
|
*Purpose:
|
||
|
* The function strcspn is mostly common code with strspn in strspn.c.
|
||
|
*
|
||
|
*******************************************************************************/
|
||
|
|
||
|
#define SSTRCSPN
|
||
|
#define STRSPN_USE_SSE2
|
||
|
#include "strspn.c"
|