| Server IP : 217.160.0.135 / Your IP : 216.73.216.73 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/share/python3-pycparser/fake_libc_include/ |
Upload File : |
#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