P99
Modules
Compiler Specific Tuning and Extensions
+ Collaboration diagram for Compiler Specific Tuning and Extensions:

Modules

 A small collection of utilities
 
 Emulating features of C11
 

Detailed Description

Many compilers provide extensions that could be useful. Unfortunately similar extension are often presented differently with different compilers. Here we try to give macros that abstract from these compiler specifics.

As I personally mainly have compilers that all claim themselves to be compatible with gcc, this collection is strongly biased towards gcc extensions. Please don't hesitate to point me to documentation of other compilers that could be useful here.

See also
P99_COMPILER
P99_IF_COMPILER