WUT  0.1
Wii U Toolchain
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 exit(int code);
16 
17 void
18 _Exit();
19 
20 #ifdef __cplusplus
21 }
22 #endif
23 
void _Exit()
void exit(int code)