Upload Kmake

This commit is contained in:
Gorochu
2026-05-26 23:36:42 -07:00
parent ba051b2f74
commit 555ec72358
41615 changed files with 13344630 additions and 1 deletions

12
deps/zlib/contrib/tests/infcover.h vendored Normal file
View File

@ -0,0 +1,12 @@
#ifndef __INF_COVER_H__
#define __INF_COVER_H__
void cover_support(void);
void cover_wrap(void);
void cover_back(void);
void cover_inflate(void);
void cover_trees(void);
void cover_fast(void);
void cover_CVE_2022_37434(void);
#endif