| 12 | printf(Message); |
| 13 | } |
| 14 | void PrintMessageW(wchar_t const* const Message, ...) { |
| 15 | wprintf(Message); |
| 16 | } |
| 17 | void usage() { |
| 18 | printf("\nFlags:\n"); |
| 19 | printf(" /edge Get the cookies for the current host\n"); |
nothing calls this directly
no outgoing calls
no test coverage detected