__cxa_atexit

Name

__cxa_atexit -- register a function to be called by exit or when a shared library is unloaded

Synopsis

int __cxa_atexit(void (*func) (void *) , void *arg , void *d );

Description

__cxa_atexit registers a function to be called by exit or when a shared library is unloaded. This function is only called from code generated by the C++ compiler.

__cxa_atexit has the same specification as atexit.

__cxa_atexit is not in the source standard; it is only in the binary standard.

Retour en haut de la page
Mandragor.org - Version 8.3