Challenges of shared library environments, Part 2
CRANK

This is a small article series concerned with static initialization and destruction. This time we take a look at the atexit call. This is a C standard library function, that registers callbacks with the exit handler: atexit(3): The atexit() function registers the given function to be called at program exit,...

mulle-kybernetik.com
Related Topics: Linux C++ C (programming language)