Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.1-rc1 9 lines 83 B view raw
1#include <zlib.h> 2 3int main(void) 4{ 5 z_stream zs; 6 7 inflateInit(&zs); 8 return 0; 9}