diff options
Diffstat (limited to 'src/strings/ffsll.c')
-rw-r--r-- | src/strings/ffsll.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strings/ffsll.c b/src/strings/ffsll.c index 13d4c14..c643b41 100644 --- a/src/strings/ffsll.c +++ b/src/strings/ffsll.c @@ -26,6 +26,8 @@ * * @param i The integer. * @return The value of the least significant set bit, zero if none. + * + * @since Always. */ int ffsll(long long i) { |