| 2619 | return stricmp(s1, s2); |
| 2620 | } |
| 2621 | inline char* StrDup(const char* src) { return strdup(src); } |
| 2622 | # else // !__BORLANDC__ |
| 2623 | # if GTEST_OS_WINDOWS_MOBILE |
| 2624 | inline int IsATTY(int /* fd */) { return 0; } |
no outgoing calls
no test coverage detected