isatty method

int isatty(
  1. int __fd
)

Implementation

int isatty(
  int __fd,
) {
  return _isatty(
    __fd,
  );
}