home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / crt / src / platform / strcspn.asm < prev    next >
Assembly Source File  |  1998-06-17  |  488b  |  17 lines

  1. ;***
  2. ;strcspn.asm -
  3. ;
  4. ;       Copyright (c) 1991-1997, Microsoft Corporation.  All rights reserved.
  5. ;
  6. ;Purpose:
  7. ;       defines strcspn()- finds the length of the initial substring of
  8. ;       a string consisting entirely of characters not in a control string.
  9. ;
  10. ;       NOTE:  This stub module scheme is compatible with NT build
  11. ;       procedure.
  12. ;
  13. ;*******************************************************************************
  14.  
  15. SSTRCSPN EQU 1
  16. INCLUDE Intel\STRSPN.ASM
  17.