lyvmsdef.h

来自「基于rtos开发的浏览器!」· C头文件 代码 · 共 19 行

H
19
字号
#ifndef LYVMSDEF_H#define LYVMSDEF_H/***  These are VMS system definitions which may not be in the headers**  of old VMS compilers and contain non-ANSI extended tokens that**  genterate warnings by some Unix compilers while looking for the**  "#endif" which closes the outer "#ifdef VMS".*/#ifndef CLI$M_TRUSTED#define CLI$M_TRUSTED 64	/* May not be in the compiler's clidef.h */#endif /* !CLI$M_TRUSTED */#ifndef LIB$_INVARG#define LIB$_INVARG 1409588	/* May not be in the compiler's libdef.h */#endif /* !LIB$_INVARG */#endif /* LYVMSDEF_H */

⌨️ 快捷键说明

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