[Cs3] atexit() return value

Mikhail Nesterenko mikhail at cs.kent.edu
Tue Oct 8 15:52:17 EDT 2019


CS3 students,

There was a question as to what the return value of atexit()
is. atexit() returns zero if it successfully registers the argument
function pointer to be executed after program termination. atexit()
returns non-zero otherwise.

Thanks,
-- 
Mikhail


More information about the cs3 mailing list