Source code of Windows XP (NT5)
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.

18 lines
516 B

  1. /***
  2. *mbsspnp.c - Find first string char in charset, pointer return (MBCS)
  3. *
  4. * Copyright (c) 1985-2001, 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. *Revision History:
  11. * 11-19-92 KRS Ported from 16-bit sources.
  12. *
  13. *******************************************************************************/
  14. #ifdef _MBCS
  15. #define _RETURN_PTR
  16. #include "mbsspn.c"
  17. #endif /* _MBCS */