Numworks Epsilon  1.4.1
Graphing Calculator Operating System
atexit.c File Reference

Go to the source code of this file.

Functions

int __cxa_atexit (void(*dtor)(void *this), void *object, void *handle)
 
int __aeabi_atexit (void *object, void(*destroyer)(void *), void *dso_handle)
 

Function Documentation

◆ __aeabi_atexit()

int __aeabi_atexit ( void *  object,
void(*)(void *)  destroyer,
void *  dso_handle 
)

Definition at line 5 of file atexit.c.

◆ __cxa_atexit()

int __cxa_atexit ( void(*)(void *this)  dtor,
void *  object,
void *  handle 
)