cdfs.c
来自「一个两碟控制的VCD的代码,两碟之间的转动及连续播放,已大量生产的CODE.」· C语言 代码 · 共 19 行
C
19 行
/*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 + =
减小字号Ctrl + -
显示快捷键?