home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d3xx
/
d359
/
dice.lha
/
DICE
/
DICE.lzh
/
include
/
lib
/
atexit.h
next >
Wrap
C/C++ Source or Header
|
1990-03-10
|
113b
|
9 lines
typedef struct AtExit {
struct AtExit *Next;
void (*Func)(void);
} AtExit;
extern AtExit *_ExitBase;