MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / strerror_s

Function strerror_s

extlibs/fmt/include/fmt/format-inl.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35// system functions are not available.
36inline fmt::internal::null<> strerror_r(int, char*, ...) { return {}; }
37inline fmt::internal::null<> strerror_s(char*, std::size_t, ...) { return {}; }
38
39FMT_BEGIN_NAMESPACE
40namespace internal {

Callers 3

TempFileMethod · 0.85
handleMethod · 0.85
compat53_strerrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected