|
PatchworkOS
966e257
A non-POSIX operating system.
|
Go to the source code of this file.
Functions | |
| void | _exit_stack_init (void) |
| uint64_t | _exit_stack_push (void(*func)(void)) |
| void | _exit_stack_dispatch (void) |
Variables | |
| static void(* | _stack [_EXIT_STACK_SIZE])(void) |
| static uint64_t | _length = 0 |
| void _exit_stack_init | ( | void | ) |
| uint64_t _exit_stack_push | ( | void(*)(void) | func | ) |
Definition at line 14 of file exit_stack.c.
| void _exit_stack_dispatch | ( | void | ) |
|
static |
Definition at line 6 of file exit_stack.c.
|
static |
Definition at line 7 of file exit_stack.c.