SSBM Decomp
Loading...
Searching...
No Matches
abort_exit.h
Go to the documentation of this file.
1#ifndef MSL_ABORT_EXIT_H
2#define MSL_ABORT_EXIT_H
3
4void exit(int code);
5
6#endif
void exit(int code)
Definition abort_exit.c:20