1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-03-16 05:11:38 +03:00

9 lines
145 B
C
Raw Normal View History

2024-10-28 09:32:24 +03:00
#pragma once
#include <stdio.h>
#include <zlib.h>
#include <stdbool.h>
int z_readfile(FILE *F,char **buf,size_t *size);
bool is_gzip(FILE* F);