MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / freopen

Function freopen

src/fs.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10FILE *freopen(const fs::path& p, const char *mode, FILE *stream)
11{
12 return ::freopen(p.string().c_str(), mode, stream);
13}
14
15} // fsbridge

Callers 1

LogPrintStrMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected