]> git.ipfire.org Git - thirdparty/libbsd.git/commit
Add new wcslcat() and wcslcpy() functions
authorGuillem Jover <guillem@hadrons.org>
Fri, 23 Nov 2012 16:16:43 +0000 (17:16 +0100)
committerGuillem Jover <guillem@hadrons.org>
Mon, 27 May 2013 00:11:59 +0000 (02:11 +0200)
commitff0d700df095a4eb2091ccf197d213e43a89edd4
tree4edc613dadfab7aa779de8019039f5be6fd42fc3
parent386276487229a5ee0635130e4886f1d89b1c31d0
Add new wcslcat() and wcslcpy() functions

Taken from FreeBSD.
include/Makefile.am
include/bsd/wchar.h [new file with mode: 0644]
man/Makefile.am
man/wcslcat.3 [new file with mode: 0644]
man/wcslcpy.3 [new file with mode: 0644]
src/Makefile.am
src/libbsd.map
src/wcslcat.c [new file with mode: 0644]
src/wcslcpy.c [new file with mode: 0644]