6.1.1 Library Divergences

The standard pragmas, for example #pragma STDC FP_CONTRACT, are not supported by MPLAB XC32.

Additionally, the default runtime startup code does not call exit() after returning from main(). This is to reduce code size; however, custom startup code that does call exit() can be provided if necessary.