\[[ISO/IEC 9899-1999|AA. Bibliography#ISO/IEC 9899-1999] \] enumerates several instances where the behavior of accessing an object or function expanded to be a standard library macro definition is [undefined|BB. Definitions#undefined behavior]. Wiki Markup
The macros are assert
, errno
, math_errhandling
, setjmp
, va_start
, va_arg
, va_copy
, and va_end
.
...