文件操作 - zlib.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/python3-pycparser/fake_libc_include/zlib.h
编辑文件内容
#ifndef ZLIB_H #define ZLIB_H #include "_fake_defines.h" #include "_fake_typedefs.h" typedef int uInt; typedef int uLong; #if !defined(__MACTYPES__) typedef int Byte; #endif typedef int Bytef; typedef int charf; typedef int intf; typedef int uIntf; typedef int uLongf; typedef int voidpc; typedef int voidpf; typedef int voidp; #if !defined(Z_U4) && !defined(Z_SOLO) && defined(STDC) typedef int Z_U4; #endif typedef int z_crc_t; typedef int z_size_t; typedef int alloc_func; typedef int free_func; #endif
修改文件时间
将文件时间修改为当前时间的前一年
删除文件