Add strlcpy() function
commiteaa68f1c85126fa48601f3a40e9c930b01f8660e
authorH. Peter Anvin <hpa@zytor.com>
Mon, 10 Aug 2009 22:56:52 +0000 (10 15:56 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 10 Aug 2009 22:59:34 +0000 (10 15:59 -0700)
tree4bdea44a5e06cc5b1f5de2fc59391b8972a7a2d8
parent767750b666f0e66b25fa9d1c7b905a935c637786
Add strlcpy() function

Add strlcpy() function and implementation, and use configure to detect
if strlcpy() is natively available on the system.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Makefile.in
Mkfiles/msvc.mak
Mkfiles/netware.mak
Mkfiles/openwcom.mak
Mkfiles/owlinux.mak
compiler.h
configure.in
lib/strlcpy.c [new file with mode: 0644]