diff options
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. |