mirror of
https://github.com/wiiu-env/wut.git
synced 2025-01-08 19:50:43 +01:00
13 lines
97 B
C
13 lines
97 B
C
|
#pragma once
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
void
|
||
|
_Exit();
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|