ffsll.c\misc\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/misc/ffsll.c
blob: 0c5ced826657993210a021f49d76560a03a416d6 (plain) (blame)
1
2
3
4
5
6
7
#include <strings.h>
#include "atomic.h"
int ffsll(long long i)
{
	return i ? a_ctz_64(i)+1 : 0;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月09日 19:50:59 +0000

AltStyle によって変換されたページ (->オリジナル) /