isatty

Returns true if file is a tty (can't promice it'll work on windows properly)

  1. bool isatty(File file)
  2. bool isatty(FILE* handle)
    bool
    isatty
    (
    FILE* handle
    )
  3. bool isatty(int fd_set)

Meta