NC_ISATTY
#define NC_ISATTY(fd) (0 != _nc_console_isatty(fd))
#define NC_ISATTY(fd) _nc_mingw_isatty(fd)
#define NC_ISATTY(fd) isatty(fd)