mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
24 lines
263 B
Plaintext
24 lines
263 B
Plaintext
Description:
|
|
mempcpy() function: copy memory area, return point after last written byte.
|
|
|
|
Files:
|
|
lib/mempcpy.h
|
|
lib/mempcpy.c
|
|
m4/mempcpy.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_FUNC_MEMPCPY
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"mempcpy.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Simon Josefsson
|