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