MCPcopy Create free account
hub / github.com/AGWA/git-crypt / init_std_streams_platform

Function init_std_streams_platform

util-win32.cpp:169–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169static void init_std_streams_platform ()
170{
171 _setmode(_fileno(stdin), _O_BINARY);
172 _setmode(_fileno(stdout), _O_BINARY);
173}
174
175void create_protected_file (const char* path) // TODO
176{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected