diff options
author | Mattias Andrée <maandree@kth.se> | 2018-11-16 21:52:10 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-11-16 21:52:10 +0100 |
commit | 8bdb03d22b48d1871d364aa24ff9484b687ef84f (patch) | |
tree | cf9c75b1d50f8b050c79f862cecd715976868f10 /man0 | |
parent | Add mempmove (diff) | |
download | libsimple-8bdb03d22b48d1871d364aa24ff9484b687ef84f.tar.gz libsimple-8bdb03d22b48d1871d364aa24ff9484b687ef84f.tar.bz2 libsimple-8bdb03d22b48d1871d364aa24ff9484b687ef84f.tar.xz |
Add st{r,p}[n]move
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man0')
-rw-r--r-- | man0/libsimple.h.0 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/man0/libsimple.h.0 b/man0/libsimple.h.0 index ff00c4b..a1e1cd4 100644 --- a/man0/libsimple.h.0 +++ b/man0/libsimple.h.0 @@ -1021,6 +1021,23 @@ Check if a string is valid UTF-8. .RE .TP +.BR libsimple_strmove (3), +.RS 0 +.BR libsimple_strnmove (3), +.br +.BR libsimple_stpmove (3), +.br +.BR libsimple_stpnmove (3) +.RE +.RS +Versions of +.BR memmove (3) +and +.BR libsimple_mempmove (3) +that moves an entire string. +.RE + +.TP .BR libsimple_strnchr (3), .RS 0 .BR libsimple_strncasechr (3) |