ffs method

int ffs(
  1. int __i
)

Implementation

int ffs(
  int __i,
) {
  return _ffs(
    __i,
  );
}