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

  1. ;***
  2. ;mbscat.asm - contains mbscat() and mbscpy() routines
  3. ;
  4. ;       Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
  5. ;
  6. ;Purpose:
  7. ;       STRCAT concatenates (appends) a copy of the source string to the
  8. ;       end of the destination string, returning the destination string.
  9. ;
  10. ;*******************************************************************************
  11.  
  12. file    TEXTEQU <ntel\str>
  13. path    TEXTEQU <i>
  14.  
  15. strcat  EQU <_mbscat>
  16. strcpy  EQU <_mbscpy>
  17.  
  18. %       include &path&&file&cat.asm
  19.