10 lines
126 B
C
10 lines
126 B
C
|
#ifndef ATEXITS_H
|
||
|
#define ATEXITS_H
|
||
|
|
||
|
#define NEXITS 32
|
||
|
|
||
|
extern void (*__functab[NEXITS])(void);
|
||
|
extern int __funccnt;
|
||
|
|
||
|
#endif
|