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