ReactOS 0.4.16-dev-942-g91fadeb
strcspn.c
Go to the documentation of this file.
1/***
2*strcspn.c - Defines the strcspn function.
3*
4* Copyright (c) Microsoft Corporation. All rights reserved.
5*
6*Purpose:
7* The function strcspn is mostly common code with strspn in strspn.c.
8*
9*******************************************************************************/
10
11#define SSTRCSPN
12#include "strspn.c"