summaryrefslogtreecommitdiffstats
path: root/private/crt32/mbstring/mbsspnp.c
blob: cf410ca4a1575ce29d6eaf49b9daa2b7f8b44436 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/***
*mbsspnp.c - Find first string char in charset, pointer return (MBCS)
*
*	Copyright (c) 1985-1992, Microsoft Corporation.  All rights reserved.
*
*Purpose:
*       Returns maximum leading segment of string consisting solely
*	of characters from charset.  Handles MBCS characters correctly.
*
*Revision History:
*	11-19-92  KRS	Ported from 16-bit sources.
*
*******************************************************************************/

#ifdef _MBCS
#define _RETURN_PTR
#include "mbsspn.c"
#endif	/* _MBCS */