cregit-Linux how code gets into the kernel

Release 4.11 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 Olsa35100.00%1100.00%
Total35100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Jiri 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.
Created with cregit.