Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

fsbridge Namespace Reference

Filesystem operations and types. More...

Functions

FILE * fopen (const fs::path &p, const char *mode)
 
FILE * freopen (const fs::path &p, const char *mode, FILE *stream)
 

Detailed Description

Filesystem operations and types.

Bridge operations to C stdio

Function Documentation

◆ fopen()

◆ freopen()

FILE * fsbridge::freopen ( const fs::path &  p,
const char *  mode,
FILE *  stream 
)

Definition at line 10 of file fs.cpp.

Referenced by LogPrintStr().

Released under the MIT license