Wiki Markup |
---|
\[[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]. |
...
Suppose the custom <myassert.h>
declares a function assert()
which that does nonstandard verification, and the standard <assert.h>
defines an assert
macro as required by the standard.
...