Leaked source code of windows server 2003
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/***
*mbsspnp.c - Find first string char in charset, pointer return (MBCS) * * Copyright (c) 1985-2001, 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 */
|