blob: 4ae90aabde04ab92f60487868388a78b659fb391 [file] [log] [blame]
#include <strings.h>
int ffs(int i) {
return __builtin_ffs(i);
}