mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:05:42 +00:00
- Added memccpy.
svn path=/trunk/; revision=4818
This commit is contained in:
parent
4900a6f281
commit
392a5753ab
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.2 2003/05/28 18:09:10 chorns Exp $
|
||||
# $Id: Makefile,v 1.3 2003/06/01 19:23:18 hbirr Exp $
|
||||
|
||||
PATH_TO_TOP = ../..
|
||||
|
||||
|
@ -19,6 +19,7 @@ else
|
|||
endif
|
||||
|
||||
TARGET_OBJECTS = \
|
||||
memccpy.o \
|
||||
memchr.o \
|
||||
memcmp.o \
|
||||
memcpy.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue