1 This document is supposed to document all the changes that need to be made in
2 the underlying C library in order to be compliant with the C++ Standard. Most
3 of the changes are as easily implemented as for example the NULL macro:
11 This document is ordered by the names of the C library headers.
17 * NULL must be defined to 0, not (void*)0