Declare flsll()

This commit is contained in:
Sebastian Huber 2015-10-30 08:01:30 +01:00
parent fa69a12153
commit 55d372f0a9

View File

@ -105,6 +105,9 @@ int fls(int);
#ifndef HAVE_INLINE_FLSL
int flsl(long);
#endif
#ifndef HAVE_INLINE_FLSLL
int flsll(long long);
#endif
int fnmatch(const char *, const char *, int);
int locc(int, char *, u_int);
void *memchr(const void *s, int c, size_t n);