This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
wut
Watch
2
Star
0
Fork
0
You've already forked wut
mirror of
https://github.com/wiiu-env/wut.git
synced
2024-12-13 17:41:49 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9cd1940bc8
wut
/
include
/
coreinit
/
exit.h
16 lines
119 B
C
Raw
Normal View
History
Unescape
Escape
Basic start of a Wii U Toolchain.
2015-12-27 03:10:38 +01:00
#
pragma once
#
ifdef __cplusplus
extern
"
C
"
{
#
endif
Update include layout.
2016-01-06 00:24:54 +01:00
void
exit
(
int
code
)
;
Basic start of a Wii U Toolchain.
2015-12-27 03:10:38 +01:00
void
_Exit
(
)
;
#
ifdef __cplusplus
}
#
endif
Reference in New Issue
Copy Permalink