📄 global.cpp
字号:
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <new.h>
#include <math.h>
#include <assert.h>
#include "global.h"
/*---------------------------------------------------------------------------*/
#ifdef DEBUG
static FILE *debug_file;
static int debug_file_open = FALSE;
#endif
/*---------------------------------------------------------------------------*/
// function called when out of memory -- put a debugger breakpoint here
// if trying to locate cause of Out of memory error
void no_more_memory ()
{
error ("Out of memory");
}
/*---------------------------------------------------------------------------*/
// Initialize system-level things
void init()
{
//玉蜞磬怆桠噱
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -