aboutsummaryrefslogtreecommitdiffstats
path: root/man0
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-11-16 20:45:56 +0100
committerMattias Andrée <maandree@kth.se>2018-11-16 20:45:56 +0100
commiteb3ac9af10990de4dfda5495831ca8e34a44a958 (patch)
tree58c82478e483aa56e1888126ea3add35581914f5 /man0
parentmemisutf8: string can be NULL (if n is 0) (diff)
downloadlibsimple-eb3ac9af10990de4dfda5495831ca8e34a44a958.tar.gz
libsimple-eb3ac9af10990de4dfda5495831ca8e34a44a958.tar.bz2
libsimple-eb3ac9af10990de4dfda5495831ca8e34a44a958.tar.xz
Add mempmove
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man0')
-rw-r--r--man0/libsimple.h.06
1 files changed, 6 insertions, 0 deletions
diff --git a/man0/libsimple.h.0 b/man0/libsimple.h.0
index e5e51d1..ff00c4b 100644
--- a/man0/libsimple.h.0
+++ b/man0/libsimple.h.0
@@ -585,6 +585,12 @@ Version of
that returns the end of the written array.
.TP
+.BR libsimple_mempmove (3)
+Version of
+.BR memmove
+that returns the end of the written array.
+
+.TP
.BR libsimple_mempset (3)
Version of
.BR memset