ReactOS 0.4.16-dev-959-g2ec3a19
mbsspnp.cpp
Go to the documentation of this file.
1/***
2*mbsspnp.c - Find first string char in charset, pointer return (MBCS)
3*
4* Copyright (c) Microsoft Corporation. All rights reserved.
5*
6*Purpose:
7* Returns maximum leading segment of string consisting solely
8* of characters from charset. Handles MBCS characters correctly.
9*
10*******************************************************************************/
11#ifndef _MBCS
12 #error This file should only be compiled with _MBCS defined
13#endif
14
15#define _RETURN_PTR
16#include "mbsspn.cpp"