count-one-bits: port to MSC; support types wider than 64 bits
[gnulib.git] / lib / ffsll.c
1 #define FUNC ffsll
2 #define TYPE long long int
3 #define GCC_BUILTIN __builtin_ffsll
4 #include "ffsl.h"