cregit-Linux how code gets into the kernel

Release 4.7 tools/build/feature/test-lzma.c

#include <lzma.h>


int main(void) { lzma_stream strm = LZMA_STREAM_INIT; int ret; ret = lzma_stream_decoder(&strm, UINT64_MAX, LZMA_CONCATENATED); return ret ? -1 : 0; }

Contributors

PersonTokensPropCommitsCommitProp
jiri olsajiri olsa35100.00%1100.00%
Total35100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
jiri olsajiri olsa38100.00%1100.00%
Total38100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}