wut v1.8.0
Wii U Toolchain
Loading...
Searching...
No Matches
exit.h
Go to the documentation of this file.
1#pragma once
2#include <wut.h>
3
10#ifdef __cplusplus
11extern "C" {
12#endif
13
14void
15RPLWRAP(exit)(int code);
16
17void
18_Exit(int code);
19
20#ifdef __cplusplus
21}
22#endif
23
void RPLWRAP() exit(int code)
void _Exit(int code)
#define RPLWRAP(func)
Definition wut_rplwrap.h:3