/** Copyright 2020, Adrien Destugues <pulkomandy@pulkomandy.tk>.* Distributed under the terms of the MIT License.*/// find first (least significant) set bitextern "C" intffs(int value){return __builtin_ffs(value);}
/** Copyright 2020, Adrien Destugues <pulkomandy@pulkomandy.tk>.* Distributed under the terms of the MIT License.*/// find first (least significant) set bitextern "C" intffs(int value){return __builtin_ffs(value);}