isxdigit method

int isxdigit(
  1. int _C
)

Implementation

int isxdigit(
  int _C,
) {
  return _isxdigit(
    _C,
  );
}