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.

16 lines
427 B

  1. /***
  2. *strpbrk.c - Defines the strpbrk function.
  3. *
  4. * Copyright (c) 1985-2001, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. * The function strpbrk is mostly common code with strspn in strspn.c.
  8. *
  9. *Revision History:
  10. * ??-??-?? ??? Module created.
  11. * 09-01-94 SKS Module commented.
  12. *
  13. *******************************************************************************/
  14. #define SSTRPBRK
  15. #include "strspn.c"