MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / StrCaseCmp

Function StrCaseCmp

tests/gtest/gtest.h:2273–2275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2271# ifdef __BORLANDC__
2272inline int IsATTY(int fd) { return isatty(fd); }
2273inline int StrCaseCmp(const char* s1, const char* s2) {
2274 return stricmp(s1, s2);
2275}
2276inline char* StrDup(const char* src) { return strdup(src); }
2277# else // !__BORLANDC__
2278# if GTEST_OS_WINDOWS_MOBILE

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected