xm-iris6.h
来自「gcc库的原代码,对编程有很大帮助.」· C头文件 代码 · 共 22 行
H
22 行
#define MIPS_OVERRIDE_ALLOCA#ifndef __GNUC__#include <alloca.h>#elseextern void *alloca ();#endif#include "mips/xm-iris5.h"#undef HOST_BITS_PER_LONG#define HOST_BITS_PER_LONG 64/* Declare some functions needed for this machine. We don't want to include these in the sources since other machines might define them differently. */extern void *malloc (), *realloc (), *calloc ();#ifndef inhibit_libc#include "string.h"#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?