home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / snpd9707.zip / STRECPY.ASM < prev    next >
Assembly Source File  |  1997-07-05  |  350b  |  21 lines

  1. .I 0 1
  2. ;  +++Date last modified: 05-Jul-1997
  3. .D 1 1
  4. .I 3 1
  5.         title   STR_ECPY
  6. .D 4 1
  7. .I 15 1
  8.         Use as: str_ecpy(str_ecpy(target,"first part"),"Second part");
  9. .D 16 1
  10. .I 26 1
  11.         char *str_ecpy(char *target,const char *src)
  12. .D 27 1
  13. .I 52 1
  14.         PUBLIC str_ecpy
  15. .D 53 1
  16. .I 93 3
  17. str_ecpy endp
  18.  
  19.         end
  20. .D 94 3
  21.