Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F10615329
fs.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
279 B
Subscribers
None
fs.cpp
View Options
#include
"fs.h"
namespace
fsbridge
{
FILE
*
fopen
(
const
fs
::
path
&
p
,
const
char
*
mode
)
{
return
::
fopen
(
p
.
string
().
c_str
(),
mode
);
}
FILE
*
freopen
(
const
fs
::
path
&
p
,
const
char
*
mode
,
FILE
*
stream
)
{
return
::
freopen
(
p
.
string
().
c_str
(),
mode
,
stream
);
}
}
// fsbridge
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sat, Nov 23, 10:04 (22 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4512483
Default Alt Text
fs.cpp (279 B)
Attached To
rSTAGING Bitcoin ABC staging
Event Timeline
Log In to Comment