Function mrpt::system::os::fopen(const char *, const char *)
Defined in File os.h
Function Documentation
-
FILE *mrpt::system::os::fopen(const char *fileName, const char *mode) noexcept
An OS-independent version of fopen.
- Returns:
It will always return nullptr on any error.