index
:
blaster4385/linux-IllusionX
v6.12.1
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
build
/
feature
/
test-zlib.c
blob: e111fff6240e06948c909790655f5da21a0de9c9 (
plain
)
1
2
3
4
5
6
7
8
9
#include <zlib.h> int main(void) { z_stream zs; inflateInit(&zs); return 0; }