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

  1. /***
  2. *strcspn.c - Defines the strcspn function.
  3. *
  4. *       Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. *       The function strcspn is mostly common code with strspn in strspn.c.
  8. *
  9. *******************************************************************************/
  10.  
  11. #define SSTRCSPN
  12. #include "strspn.c"
  13.