llabs method

int llabs(
  1. int __x
)

Implementation

int llabs(
  int __x,
) {
  return _llabs(
    __x,
  );
}