aboutsummaryrefslogtreecommitdiffstats
path: root/man/libsimple_strreqlen.3
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2018-10-21 15:12:53 +0200
committerMattias Andrée <maandree@kth.se>2018-10-21 15:12:53 +0200
commitecb4abde230b7bf76b3724176d6dbcfdac44090e (patch)
tree3744f087e85ce734eb19c3a72ff7acd5f6c456d6 /man/libsimple_strreqlen.3
parentAdd {str,mem}[r][case]eqlen (diff)
downloadlibsimple-ecb4abde230b7bf76b3724176d6dbcfdac44090e.tar.gz
libsimple-ecb4abde230b7bf76b3724176d6dbcfdac44090e.tar.bz2
libsimple-ecb4abde230b7bf76b3724176d6dbcfdac44090e.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man/libsimple_strreqlen.3')
-rw-r--r--man/libsimple_strreqlen.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man/libsimple_strreqlen.3 b/man/libsimple_strreqlen.3
index e64358d..a51a00c 100644
--- a/man/libsimple_strreqlen.3
+++ b/man/libsimple_strreqlen.3
@@ -5,7 +5,7 @@ libsimple_strreqlen \- check terminal commonality
.nf
#include <libsimple.h>
-size_t libsimple_strreqlen(const char *\fIa\fP, const char *\fIb\fP);
+static inline size_t libsimple_strreqlen(const char *\fIa\fP, const char *\fIb\fP);
#ifndef strreqlen
# define strreqlen libsimple_strreqlen