Format: AllC/C++CSSTextshell script Advanced Search
17: int 18: ffs(int mask) 19: {
307: #if __GNUC_PREREQ__(2, 95) && (!defined(__vax__) || __GNUC_PREREQ__(4,1)) 308: #define ffs(x) __builtin_ffs(x) 309: #endif