mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-30 10:53:02 +03:00
9 lines
147 B
C
9 lines
147 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);
|