diff options
author | Mattias Andrée <maandree@kth.se> | 2018-10-20 22:12:59 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-10-20 22:12:59 +0200 |
commit | 24f9649c1f4692dd0cea64170a015a214197c926 (patch) | |
tree | 686e5c5c5bea6e69ff5894f10e6dc5fb0124b97f /man/libsimple_mempcpy.3 | |
parent | Add man pages for memeq, mempcpy and mempset (diff) | |
download | libsimple-24f9649c1f4692dd0cea64170a015a214197c926.tar.gz libsimple-24f9649c1f4692dd0cea64170a015a214197c926.tar.bz2 libsimple-24f9649c1f4692dd0cea64170a015a214197c926.tar.xz |
Add mempsetelem and memsetelem and add fix and tests for memelem and memrelem
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man/libsimple_mempcpy.3')
-rw-r--r-- | man/libsimple_mempcpy.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/libsimple_mempcpy.3 b/man/libsimple_mempcpy.3 index 40b1e63..4d4c514 100644 --- a/man/libsimple_mempcpy.3 +++ b/man/libsimple_mempcpy.3 @@ -1,6 +1,6 @@ .TH LIBSIMPLE_MEMPCPY 3 2018-10-20 libsimple .SH NAME -libsimple_mempcpy \- check two memory segments for equality +libsimple_mempcpy \- copy an array of bytes into another .SH SYNOPSIS .nf #include <libsimple.h> @@ -66,5 +66,5 @@ None. .SH BUGS None. .SH SEE ALSO -.BR libsimple_mempset (3) +.BR libsimple_mempset (3), .BR memcpy (3) |