dosfile.h
来自「汇编语言编的关于ov143b.asm的小程序」· C头文件 代码 · 共 17 行
H
17 行
/* 001 29-Jun-86 dosfile.h
Header file for use with file.c.
Copyright (c) 1986 by Blue Sky Software. All rights reserved.
*/
struct search_block { /* dos structure for file searching */
char context[21]; /* dos context usage */
unsigned char attrib; /* file entry attributes */
unsigned time; /* file time */
unsigned date; /* file date */
unsigned long size; /* file size */
char fn[13]; /* dos file name */
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?