MCPcopy Create free account
hub / github.com/apache/singa / IsATTY

Function IsATTY

test/gtest/gtest.h:2814–2814  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2812
2813# ifdef __BORLANDC__
2814inline int IsATTY(int fd) { return isatty(fd); }
2815inline int StrCaseCmp(const char* s1, const char* s2) {
2816 return stricmp(s1, s2);
2817}

Callers 1

ColoredPrintfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected