mirror of
https://github.com/apache/nuttx.git
synced 2026-05-15 21:19:09 +08:00
ce1c8413a2
compress stream based on lzf algorithm: struct lib_rawoutstream_s rawstream; struct lib_lzfoutstream_s lzfstream; lib_rawoutstream(&rawstream, fd); lib_lzfoutstream(&lzfstream, &rawstream); Signed-off-by: chao.an <anchao@xiaomi.com>