ffsl method

int ffsl(
  1. int arg0
)

Implementation

int ffsl(
  int arg0,
) {
  return _ffsl(
    arg0,
  );
}