mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-11 17:29:16 +05:00
9 lines
145 B
C
9 lines
145 B
C
#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);
|