config.h

来自「jpeg and mpeg 编解码技术源代码」· C头文件 代码 · 共 13 行

H
13
字号
/* config.h, 配置文件                                        *//* define NON_ANSI_COMPILER for compilers without function prototyping *//* #define NON_ANSI_COMPILER */#ifdef NON_ANSI_COMPILER#define _ANSI_ARGS_(x) ()#else#define _ANSI_ARGS_(x) x#endif

⌨️ 快捷键说明

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