MCPcopy Create free account
hub / github.com/F-Stack/f-stack / main

Function main

freebsd/contrib/zlib/test/infcover.c:661–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

659}
660
661int main(void)
662{
663 fprintf(stderr, "%s\n", zlibVersion());
664 cover_support();
665 cover_wrap();
666 cover_back();
667 cover_inflate();
668 cover_trees();
669 cover_fast();
670 return 0;
671}

Callers

nothing calls this directly

Calls 7

zlibVersionFunction · 0.85
cover_supportFunction · 0.85
cover_wrapFunction · 0.85
cover_backFunction · 0.85
cover_inflateFunction · 0.85
cover_treesFunction · 0.85
cover_fastFunction · 0.85

Tested by

no test coverage detected