6.2. mlInitSystemML.h

This file provides access to the most basic ML functionality which is system-dependent and defines system-independent settings from it. This includes:

[Note]Note

This file is compiled in pure C style if the compiler switch ML_DISABLE_CPP is set; if not, it also includes the C++ stuff.

Generally you do not have to care about this file, because the file is included in the correct mode when ML classes are used.