aboutsummaryrefslogtreecommitdiffstats
path: root/man0
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-11-17 10:57:02 +0100
committerMattias Andrée <maandree@kth.se>2018-11-17 10:57:02 +0100
commit168b7a317cce20048b319c7e835fc8588a44d5c8 (patch)
tree9b6c2805e0f6bbe9d4cf13a41d7d7e9f0cf97374 /man0
parentm (diff)
downloadlibsimple-168b7a317cce20048b319c7e835fc8588a44d5c8.tar.gz
libsimple-168b7a317cce20048b319c7e835fc8588a44d5c8.tar.bz2
libsimple-168b7a317cce20048b319c7e835fc8588a44d5c8.tar.xz
Add memscan and memcasescan
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man0')
-rw-r--r--man0/libsimple.h.014
1 files changed, 14 insertions, 0 deletions
diff --git a/man0/libsimple.h.0 b/man0/libsimple.h.0
index a1e1cd4..7cb93dd 100644
--- a/man0/libsimple.h.0
+++ b/man0/libsimple.h.0
@@ -638,6 +638,20 @@ in an array of bytes.
.RE
.TP
+.BR libsimple_memscan (3),
+.RS 0
+.BR libsimple_memcasescan (3)
+.RE
+.RS
+Versions of
+.BR memchr (3)
+and
+.BR libsimple_memcasechr (3)
+that return the end of the array
+if the byte is not found.
+.RE
+
+.TP
.BR libsimple_memsetelem (3)
Fill en array.