coco_platform.h File Reference

Automatic platform-dependent configuration of the COCO framework. More...

#include <stddef.h>
#include <dirent.h>

Go to the source code of this file.

Detailed Description

Automatic platform-dependent configuration of the COCO framework.

Some platforms and standard conforming compilers require extra defines or includes to provide some functionality.

Because most feature defines need to be set before the first system header is included and we do not know when a system header is included for the first time in the amalgamation, all internal files that need these definitions should include this file before any system headers.