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

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