📄 fjndef.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -