25 const size_t size = fread(
buf, 1,
sizeof(
buf), stdin);
26 crc = lzma_crc32(
buf,
size, crc);
27 }
while (!ferror(stdin) && !feof(stdin));
_Use_decl_annotations_ int __cdecl printf(const char *const _Format,...)
The public API of liblzma data compression library.
Common includes, definitions, system-specific things etc.