ffs method

int ffs(
  1. int arg0
)

Implementation

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