P99
Modules
Emulating features of C11
+ Collaboration diagram for Emulating features of C11:

Modules

 Some new C11 keywords
 
 Generic identification of families of types or values
 
 Generic type expressions
 
 C11 atomic operations
 
 C11 thread emulation on top of POSIX threads
 
 C11 additions to the C library
 

Detailed Description

The new C standard C11 (published in December 2011) introduces some new features that are already present in many compilers or OS, but sometimes with different syntax or interfaces. We provide interfaces to some of them with the intention that once compilers that implement C11 are released, these interfaces can directly relate to the C11 feature.