aboutsummaryrefslogtreecommitdiffstats
path: root/man0/libsimple.h.0
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-11-16 21:52:10 +0100
committerMattias Andrée <maandree@kth.se>2018-11-16 21:52:10 +0100
commit8bdb03d22b48d1871d364aa24ff9484b687ef84f (patch)
treecf9c75b1d50f8b050c79f862cecd715976868f10 /man0/libsimple.h.0
parentAdd mempmove (diff)
downloadlibsimple-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/libsimple.h.0')
-rw-r--r--man0/libsimple.h.017
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)