Function mrpt::system::os::fopen(const char *, const char *)

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.