Wiki Markup |
---|
C99 defines {{assert()}} to have the following behavior \[[ISO/IEC 9899-:1999|AA. C References#ISO/IEC 9899-1999]\]: |
...
The following non-compliant code defined a function intended to be called before the program exits, in order to properly clean up after itself.
...
Wiki Markup |
---|
\[[ISO/IEC 9899-:1999|AA. C References#ISO/IEC 9899-1999]\] Section 7.2.1.1, "The {{assert}} macro," and Section 7.20.4.1, "The {{abort}} function" |
...