| 167 | } |
| 168 | |
| 169 | static void init_std_streams_platform () |
| 170 | { |
| 171 | _setmode(_fileno(stdin), _O_BINARY); |
| 172 | _setmode(_fileno(stdout), _O_BINARY); |
| 173 | } |
| 174 | |
| 175 | void create_protected_file (const char* path) // TODO |
| 176 | { |
nothing calls this directly
no outgoing calls
no test coverage detected