Deviations from the standard

The most obvious deviation from the standard is when a programmer chooses one of the several configurations (described in Chapter 16) that are not ISO compliant.

The default configuration of the C library is ISO compliant with the following exception:

Note: Since signals are not yet supported, abort() does not perform a raise(SIGABRT), as required by the standard. It simply calls _exit() instead.