ffsll method

int ffsll(
  1. int __ll
)

Implementation

int ffsll(
  int __ll,
) {
  return _ffsll(
    __ll,
  );
}