ffs.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/ffs.c
blob: 673ce5a9758284c7eca182b32de3902c9b353b3f (plain) (blame)
1
2
3
4
5
6
7
#include <strings.h>
#include "atomic.h"
int ffs(int i)
{
	return i ? a_ctz_l(i)+1 : 0;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月07日 11:08:02 +0000

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