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

Function strerror_r

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

Dummy implementations of strerror_r and strerror_s called if corresponding system functions are not available.

Source from the content-addressed store, hash-verified

34// Dummy implementations of strerror_r and strerror_s called if corresponding
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

Callers 2

runMethod · 0.85
compat53_strerrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected