ffsl method

int ffsl(
  1. int __l
)

Implementation

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