osdep.h
来自「infozip2.2源码」· C头文件 代码 · 共 26 行
H
26 行
/* Copyright (C) 1990-1996 Mark Adler, Richard B. Wales, Jean-loup Gailly, Kai Uwe Rommel, Onno van der Linden and Igor Mandrichenko. Permission is granted to any individual or institution to use, copy, or redistribute this software so long as all of the original files are included, that it is not sold for profit, and that this copyright notice is retained.*/#include <sys/xglob.h>#include <io.h>#ifdef ZCRYPT_INTERNAL# include <process.h> /* getpid() declaration for srand seed */#endif#define USE_CASE_MAP#define ROUNDED_TIME(time) (((time) + 1) & (~1))#define PROCNAME(n) (action == ADD || action == UPDATE ? wild(n) : procname(n))#define SSTAT h68_stat int h68_stat (char *, struct stat *);#define OS_CODE 0x300 /* pretend it's Unix */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?