isatty method

int isatty(
  1. int arg0
)

Implementation

int isatty(int arg0) {
  return _isatty(arg0);
}