_fini
extern void _fini(void);
(void) atexit(_fini);
int _fini(void);
extern int _fini(void);
int _fini() \