Searched defs:IS_CONSOLE (Results 1 – 2 of 2) sorted by relevance
75 # define IS_CONSOLE(stdStream) _isatty(_fileno(stdStream)) macro79 # define IS_CONSOLE(stdStream) isatty(fileno(stdStream)) macro