2015-12-27 03:10:38 +01:00
|
|
|
#pragma once
|
2016-01-07 13:07:13 +01:00
|
|
|
#include <wut.h>
|
2015-12-27 03:10:38 +01:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
2016-01-06 00:24:54 +01:00
|
|
|
void
|
|
|
|
exit(int code);
|
|
|
|
|
2015-12-27 03:10:38 +01:00
|
|
|
void
|
|
|
|
_Exit();
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|