xm-vaxbsd.h

来自「lwip在ucos上的移植」· C头文件 代码 · 共 11 行

H
11
字号
/* Definitions to make GDB run on a vax under BSD, 4.3 or 4.4. *//* We have to include these files now, so that GDB will not make   competing definitions in defs.h.  */#include <machine/endian.h>/* This should exist on either 4.3 or 4.4.  4.3 doesn't have limits.h   or machine/limits.h.  */#include <sys/param.h>#include "vax/xm-vax.h"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?