mirror of
https://github.com/devkitPro/wut.git
synced 2026-07-08 05:14:22 -05:00
13 lines
97 B
C
13 lines
97 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void
|
|
_Exit();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|