ffsl.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/ffsl.c
blob: 0105c66af9d18946ce9b3f8616c8baa6c7a55cde (plain) (blame)
1
2
3
4
5
6
7
#include <strings.h>
#include "atomic.h"
int ffsl(long i)
{
	return i ? a_ctz_l(i)+1 : 0;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月12日 05:40:26 +0000

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