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