Add mempcpy(3)

We'll use it for implementing stpecpy(), and may be interesting to have
it around.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
Alejandro Colomar
2023-02-10 22:16:21 +01:00
committed by Iker Pedrosa
parent 8a9285aacb
commit e0e9e57a72
4 changed files with 56 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ libmisc_la_SOURCES = \
list.c log.c \
loginprompt.c \
mail.c \
mempcpy.c \
motd.c \
myname.c \
obscure.c \