[hackers] [scc] [libc] Add memcpy() || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Thu, 16 Feb 2017 22:49:19 +0100 (CET)

commit 5f7452b240640ad77951996b40124fe32a857fc0
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Thu Feb 16 22:48:02 2017 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Thu Feb 16 22:48:02 2017 +0100

    [libc] Add memcpy()

diff --git a/libc/src/Makefile b/libc/src/Makefile
index 4b0863c..0e0d23e 100644
--- a/libc/src/Makefile
+++ b/libc/src/Makefile
_AT_@ -3,7 +3,7 @@
 
 LIBCOBJ = assert.o strcpy.o strcmp.o strlen.o strchr.o \
           strrchr.o strcat.o strncpy.o strncat.o \
- memset.o
+ memset.o memcpy.o
 
 all: libc.a
 
Received on Thu Feb 16 2017 - 22:49:19 CET

This archive was generated by hypermail 2.3.0 : Thu Feb 16 2017 - 23:00:22 CET