Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
FILE *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
LogPrintStr
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected