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