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