reactos/sdk/lib/ucrt/string/strcspn.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"