fjndef.h

来自「汇编大全 中国矿业大学计算机学院 汇编实验5」· C头文件 代码 · 共 23 行

H
23
字号
/* This header file was created by Joe Meadows, and is not copyrighted   in any way. No guarantee is made as to the accuracy of the contents   of this header file. This header file was last modified on Sep. 22th,   1987. (Modified to include this statement) */#define FJN$M_ONLY_RU 1#define FJN$M_RUJNL 2#define FJN$M_BIJNL 4#define FJN$M_AIJNL 8#define FJN$M_ATJNL 16#define FJN$M_NEVER_RU 32#define FJN$M_JOURNAL_FILE 64#define FJN$S_FJNDEF 1struct fjndef  {  unsigned fjn$v_only_ru : 1;  unsigned fjn$v_rujnl : 1;  unsigned fjn$v_bijnl : 1;  unsigned fjn$v_aijnl : 1;  unsigned fjn$v_atjnl : 1;  unsigned fjn$v_never_ru : 1;  unsigned fjn$v_journal_file:1;} ;

⌨️ 快捷键说明

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