mrdocs::Config::useSystemLibc

Use the system C standard library

Synopsis

Declared in <mrdocs/Config.hpp>

bool useSystemLibc = true;

Description

To achieve reproducible results, MrDocs bundles the LibC headers with its definitions.

To use the C standard library available in the system instead, set this option to true.

Created with MrDocs