blob: 84cb7b2be01d0b8b737dd5ea37715a331dc44ad7 [file] [log] [blame]
#include <strings.h>
int ffsl(long i) {
return __builtin_ffsl(i);
}