]> git.ipfire.org Git - thirdparty/shadow.git/commit
Add mempcpy(3)
authorAlejandro Colomar <alx@kernel.org>
Fri, 10 Feb 2023 21:16:21 +0000 (22:16 +0100)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Thu, 16 Feb 2023 10:29:33 +0000 (11:29 +0100)
commite0e9e57a72e9f1bf2acb3156cc982d59b9ee4248
tree1d7260c5b4ff902b1870f006959f9089afea6521
parent8a9285aacbf2944e113914e6432c6f8d3efe2692
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>
configure.ac
lib/mempcpy.h [new file with mode: 0644]
libmisc/Makefile.am
libmisc/mempcpy.c [new file with mode: 0644]