amiga.h

来自「汇编源码大全 有各种汇编源码 希望对你有所帮助」· C头文件 代码 · 共 43 行

H
43
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?