📄 cdfs.c
字号:
/*SCCSID @(#)cdfs.c 1.12 12/12/97 */#ifdef VCDROM/* In order to share cdfs with 3.0, the global variable must be shared. I put cdfs.c in 3.0 directory only want it be its original location. All functions all can be called by 2.0 code.*/typedef struct { unsigned int loc; /* logical address, not MMSSFF */ unsigned int sz; /* size in bytes */} FileHandler;FileHandler cwd_info, CurrFile;void *main_dir;#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -