...
Note that the behavior of a program that calls exit()
from an atexit
handler is undefined. (See undefined behavior 182 187 in Annex J of the C Standard. See also ENV32-C. All exit handlers must return normally.)
...
...
Note that the behavior of a program that calls exit()
from an atexit
handler is undefined. (See undefined behavior 182 187 in Annex J of the C Standard. See also ENV32-C. All exit handlers must return normally.)
...