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