diff options
author | Mattias Andrée <maandree@kth.se> | 2018-11-17 11:13:47 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2018-11-17 11:13:47 +0100 |
commit | 58818a2b5d3042426d57846627b476b5f74591b8 (patch) | |
tree | fb8105e0c9bb9cd34d329835f9097a5cabcea699 /man0 | |
parent | Add memscan and memcasescan (diff) | |
download | libsimple-58818a2b5d3042426d57846627b476b5f74591b8.tar.gz libsimple-58818a2b5d3042426d57846627b476b5f74591b8.tar.bz2 libsimple-58818a2b5d3042426d57846627b476b5f74591b8.tar.xz |
Add memelemscan
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man0')
-rw-r--r-- | man0/libsimple.h.0 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man0/libsimple.h.0 b/man0/libsimple.h.0 index 7cb93dd..d3c018d 100644 --- a/man0/libsimple.h.0 +++ b/man0/libsimple.h.0 @@ -542,6 +542,13 @@ that operate on multibyte units rather than simple bytes. .TP +.BR libsimple_memelemscan (3) +Version of +.BR memscan (3) +that operate on multibyte units +rather than simple bytes. + +.TP .BR libsimple_memends (3), .RS 0 .BR libsimple_memcaseends (3) |