Fabcoin Core  0.16.2
P2P Digital Currency
Namespaces | Functions
fs.h File Reference
#include <stdio.h>
#include <string>
#include <boost/filesystem.hpp>
#include <boost/filesystem/fstream.hpp>
#include <boost/filesystem/detail/utf8_codecvt_facet.hpp>
Include dependency graph for fs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 fsbridge
 Filesystem operations and types.
 

Functions

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