mirror of https://github.com/nmlgc/ReC98.git
9 lines
139 B
C++
9 lines
139 B
C++
![]() |
#include "th01/main/debug.hpp"
|
||
|
#include "th01/shiftjis/debug.hpp"
|
||
|
|
||
|
void out_of_memory_exit(void)
|
||
|
{
|
||
|
puts(ERROR_OUT_OF_MEMORY);
|
||
|
exit(1);
|
||
|
}
|