diff options
Diffstat (limited to 'man/libsimple_strreqlen.3')
-rw-r--r-- | man/libsimple_strreqlen.3 | 2 |
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 |