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
4#include <platform.h>
5
6void exit(int code);
7
8#endif
void exit(int code)
Definition abort_exit.c:19