MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / StrDup

Function StrDup

rtpose_wrapper/src/gtest/gtest.h:2621–2621  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

AddArgumentMethod · 0.85
AddArgumentsMethod · 0.85
InitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected