mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 11:04:52 +00:00

Imported from https://www.nuget.org/packages/Microsoft.Windows.SDK.CRTSource/10.0.22621.3 License: MIT
12 lines
325 B
C
12 lines
325 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
|
|
#include "strspn.c"
|