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

📄 amiga.h

📁 绝对的大全 囊括汇编语言从入门到应用的大量源代码 供大家学习使用!
💻 H
字号:
/* amiga.h * * Globular definitions that affect all of AmigaDom. * * Originally included in unzip.h, extracted for simplicity and eeze of * maintenance by John Bush. * * THIS FILE IS #INCLUDE'd by unzip.h  * */#include <time.h>#ifdef AZTEC_C                   /* Manx Aztec C, 5.0 or newer only */#  include <clib/dos_protos.h>#  include <pragmas/dos_lib.h>#  define MODERN#  define O_BINARY 0#  include "amiga/z-stat.h"#  define dirent direct#endif /* AZTEC_C */#if defined(LATTICE) || defined(__SASC) || defined(__SASC_60)#  include <sys/types.h>         #  include <sys/stat.h>#  include <sys/dir.h>#  include <dos.h>#  include <proto/dos.h>  /* needed? */#  if ( (!defined(O_BINARY)) && defined(O_RAW))#    define O_BINARY O_RAW#  endif#endif /* LATTICE *//* Funkshine Prough Toe Taipes */int cmptime (struct tm *, struct tm *);time_t invlocal (struct tm *);LONG FileDate (char *, time_t[]);#define dup  /* needed? */

⌨️ 快捷键说明

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