ReC98/th01/main/debug.cpp

9 lines
139 B
C++
Raw Normal View History

#include "th01/main/debug.hpp"
#include "th01/shiftjis/debug.hpp"
void out_of_memory_exit(void)
{
puts(ERROR_OUT_OF_MEMORY);
exit(1);
}