|
PatchworkOS
|
#include <stdint.h>Go to the source code of this file.
Macros | |
| #define | _EXIT_STACK_SIZE 40 |
Functions | |
| void | _exit_stack_init (void) |
| uint64_t | _exit_stack_push (void(*func)(void)) |
| void | _exit_stack_dispatch (void) |
| #define _EXIT_STACK_SIZE 40 |
Definition at line 5 of file exit_stack.h.
| void _exit_stack_dispatch | ( | void | ) |
| void _exit_stack_init | ( | void | ) |
| uint64_t _exit_stack_push | ( | void(*)(void) | func | ) |
Definition at line 14 of file exit_stack.c.
References _EXIT_STACK_SIZE, _length, _stack, and ERR.