mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-09 09:49:22 +01:00
16 lines
119 B
C
16 lines
119 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void
|
|
exit(int code);
|
|
|
|
void
|
|
_Exit();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|