Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
abort_exit.h
Go to the documentation of this file.
1#ifndef _MSL_COMMON_ABORT_EXIT_H
2#define _MSL_COMMON_ABORT_EXIT_H
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8void exit(int status);
9void abort(void);
10
11extern void (*__stdio_exit)(void);
12
13#ifdef __cplusplus
14};
15#endif
16
17#endif /* _MSL_COMMON_ABORT_EXIT_H */
void exit(int status)
Definition abort_exit.c:43
void abort(void)
Definition abort_exit.c:23
void(* __stdio_exit)(void)
Definition abort_exit.c:14
T cLib_calcTimer(T *value)
Definition c_lib.h:74
static s32 status
Definition fstload.c:6