parrotcode: Exit Handling | |
Contents | C |
src/exit.c - Exit Handling
Parrot's version of exit()
,
on_exit()
,
and friends.
Parrot_on_exit()
allows you register exit handlers which will be called by Parrot_exit()
when the interpreter exits.
void Parrot_on_exit
void Parrot_exit
include/parrot/exit.h and t/src/exit.t.
Initial version by Josh Wilmes.
|