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

📄 patch.pw

📁 汇编源代码大全
💻 PW
字号:
*** v41/file_io.c Mon May 20 22:01:51 1991--- v41a/file_io.c Mon May 20 22:53:32 1991****************** 719,727 ****  #ifdef BSD      static struct timeb tbp;  #else      extern long timezone;  #endif!         close(outfd);  --- 720,731 ----  #ifdef BSD      static struct timeb tbp;  #else+ #ifdef AMIGA+     extern char *_TZ;+ #else      extern long timezone;  #endif! #endif        close(outfd);  ****************** 794,799 ****--- 798,806 ----     ftime(&tbp);     m_time += tbp.timezone * 60L;  #else                                   /* !BSD */+ #ifdef AMIGA+     _TZ = getenv("TZ");+ #endif      tzset();                            /* Set `timezone'. */      m_time += timezone;                 /* account for timezone differences */  #endif

⌨️ 快捷键说明

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