X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=include%2Fstrings.h;h=db0960b4eb87a5d5883d7c94ad6d9e5dca9d9633;hb=8f11e6127fe93093f81a52b15bb1537edc3fc8af;hp=4d7d69c31ab06564e2fcfa19a7d3cc2f204ede0f;hpb=38db09374a1cf4c2712c980b07b22a67a5f6bbc3;p=musl diff --git a/include/strings.h b/include/strings.h index 4d7d69c3..db0960b4 100644 --- a/include/strings.h +++ b/include/strings.h @@ -22,6 +22,8 @@ char *rindex (const char *, int); #if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) int ffs (int); +int ffsl (long); +int ffsll (long long); #endif int strcasecmp (const char *, const char *);