⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 emdir.h

📁 字体缩放显示
💻 H
字号:
/* emdir.h  -- Written by Eberhard Mattes, donated to the public domain */#if defined(DJGPP)/* djgpp support by Hartmut Schirmer (hsc@techfak.uni-kiel.de), May 30, 1997 */#include <dos.h>#define ll_findbuffer find_t#define attr attrib#elsestruct ll_findbuffer{  char reserved[21];  unsigned char attr;  unsigned time;  unsigned date;  long size;  char name[257];};#endifint ll_findfirst (const char *path, int attr, struct ll_findbuffer *buffer);int ll_findnext (struct ll_findbuffer *buffer);

⌨️ 快捷键说明

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