global.cpp
来自「wavelet codec there are 34 files with co」· C++ 代码 · 共 28 行
CPP
28 行
#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 + =
减小字号Ctrl + -
显示快捷键?