mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-13 21:15:55 -05:00
13 lines
109 B
C
13 lines
109 B
C
#pragma once
|
|
#include <wut.h>
|
|
|
|
WUT_LIB_HEADER_START
|
|
|
|
void
|
|
exit(int code);
|
|
|
|
void
|
|
_Exit();
|
|
|
|
WUT_LIB_HEADER_END
|