summaryrefslogtreecommitdiffstats
path: root/private/crt32/mbstring/i386/mbscat.asm
blob: b0c042fe9119cb9af5b7d0831d195fc9a09d7967 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
;***
;mbscat.asm - contains mbscat() and mbscpy() routines
;
;	Copyright (c) 1985-1992, Microsoft Corporation. All rights reserved.
;
;Purpose:
;	STRCAT concatenates (appends) a copy of the source string to the
;	end of the destination string, returning the destination string.
;
;Revision History:
;	11-18-92  KRS	Identical to strcat/strcpy.  Could use alias records.
;
;*******************************************************************************

strcat EQU <_mbscat>
strcpy EQU <_mbscpy>
	include	..\string\i386\strcat.asm
	end