Bounds checking functionality
In this section:
To enable the bounds checking functions specified in Annex K (Bounds-checking interfaces) of the C standard, define the preprocessor symbol __STDC_WANT_LIB_EXT1__ to 1 prior to including any system headers. See C bounds-checking interface.