13 lines
97 B
C
13 lines
97 B
C
#pragma once
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void
|
|
_Exit();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|