| 5 | #include "winrt/Windows.Storage.AccessCache.h" |
| 6 | |
| 7 | extern "C" void* lwip_strerr(uint8_t) { |
| 8 | return (void*)(const char*)""; |
| 9 | } |
| 10 | |
| 11 | |
| 12 | namespace winrt::Maple_Task::implementation |
nothing calls this directly
no outgoing calls
no test coverage detected