diff options
author | Mattias Andrée <maandree@kth.se> | 2018-11-17 10:57:02 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-11-17 10:57:02 +0100 |
commit | 168b7a317cce20048b319c7e835fc8588a44d5c8 (patch) | |
tree | 9b6c2805e0f6bbe9d4cf13a41d7d7e9f0cf97374 /man0/libsimple.h.0 | |
parent | m (diff) | |
download | libsimple-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/libsimple.h.0')
-rw-r--r-- | man0/libsimple.h.0 | 14 |
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. |