diff options
author | Mattias Andrée <maandree@kth.se> | 2018-11-16 20:45:56 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-11-16 20:45:56 +0100 |
commit | eb3ac9af10990de4dfda5495831ca8e34a44a958 (patch) | |
tree | 58c82478e483aa56e1888126ea3add35581914f5 /man0/libsimple.h.0 | |
parent | memisutf8: string can be NULL (if n is 0) (diff) | |
download | libsimple-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/libsimple.h.0')
-rw-r--r-- | man0/libsimple.h.0 | 6 |
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 |