aboutsummaryrefslogtreecommitdiffstats
path: root/man/libsimple_memends.3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-10-23 21:35:39 +0200
committerMattias Andrée <maandree@kth.se>2018-10-23 21:35:42 +0200
commitc8e179112cfc096fb3470b39440ea166270f5fc9 (patch)
treef68f2b2667e8b8af595e01f19d33c93cf2b4e591 /man/libsimple_memends.3
parentAdd man pages for str[r]n[case]str (diff)
downloadlibsimple-c8e179112cfc096fb3470b39440ea166270f5fc9.tar.gz
libsimple-c8e179112cfc096fb3470b39440ea166270f5fc9.tar.bz2
libsimple-c8e179112cfc096fb3470b39440ea166270f5fc9.tar.xz
Add man pages for strn[case]{starts,ends}
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man/libsimple_memends.3')
-rw-r--r--man/libsimple_memends.38
1 files changed, 5 insertions, 3 deletions
diff --git a/man/libsimple_memends.3 b/man/libsimple_memends.3
index ab0d9c5..34db568 100644
--- a/man/libsimple_memends.3
+++ b/man/libsimple_memends.3
@@ -1,11 +1,11 @@
-.TH LIBSIMPLE_MEMENDS 3 2018-10-21 libsimple
+.TH LIBSIMPLE_MEMENDS 3 2018-10-23 libsimple
.SH NAME
libsimple_memends \- checks end of memory
.SH SYNOPSIS
.nf
#include <libsimple.h>
-void *libsimple_memends(const void *\fIs\fP, size_t \fIn\fP, const void *\fIt\fP, size_t \fIm\fP);
+int libsimple_memends(const void *\fIs\fP, size_t \fIn\fP, const void *\fIt\fP, size_t \fIm\fP);
#ifndef memends
# define memends libsimple_memends
@@ -78,4 +78,6 @@ None.
.SH SEE ALSO
.BR libsimple_memcaseends (3),
.BR libsimple_memstarts (3),
-.BR libsimple_memrmem (3)
+.BR libsimple_memrmem (3),
+.BR libsimple_strnends (3),
+.BR libsimple_strends (3)