home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / crt / src / mbsspnp.c < prev    next >
C/C++ Source or Header  |  1998-06-17  |  479b  |  16 lines

  1. /***
  2. *mbsspnp.c - Find first string char in charset, pointer return (MBCS)
  3. *
  4. *       Copyright (c) 1985-1997, 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.  
  12. #ifdef _MBCS
  13. #define _RETURN_PTR
  14. #include "mbsspn.c"
  15. #endif  /* _MBCS */
  16.