xm-vaxbsd.h
来自「早期freebsd实现」· C头文件 代码 · 共 11 行
H
11 行
/* Definitions to make GDB run on a vax under 4.2bsd. *//* We have to include these files now, so that GDB will not make competing definitions in defs.h. */#include <machine/endian.h>#include <machine/limits.h>#include "xm-vax.h"/* In non-ANSI compiles, memcpy and memset are still void *, not char *. */#define MEM_FNS_DECLARED
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?