mirror of
https://github.com/cc65/cc65.git
synced 2024-11-15 11:05:56 +00:00
Add lz4 doc
This commit is contained in:
parent
c444ed5e4f
commit
135041ac3c
@ -398,6 +398,13 @@ function.
|
|||||||
(incomplete)
|
(incomplete)
|
||||||
|
|
||||||
|
|
||||||
|
<sect1><tt/lz4.h/<label id="lz4.h"><p>
|
||||||
|
|
||||||
|
<itemize>
|
||||||
|
<item><ref id="decompress_lz4" name="decompress_lz4">
|
||||||
|
</itemize>
|
||||||
|
|
||||||
|
|
||||||
<sect1><tt/modload.h/<label id="modload.h"><p>
|
<sect1><tt/modload.h/<label id="modload.h"><p>
|
||||||
|
|
||||||
<itemize>
|
<itemize>
|
||||||
@ -2632,6 +2639,23 @@ used in presence of a prototype.
|
|||||||
</quote>
|
</quote>
|
||||||
|
|
||||||
|
|
||||||
|
<sect1>decompress_lz4<label id="decompress_lz4"><p>
|
||||||
|
|
||||||
|
<quote>
|
||||||
|
<descrip>
|
||||||
|
<tag/Function/Uncompress a LZ4-compressed buffer.
|
||||||
|
<tag/Header/<tt/<ref id="lz4.h" name="lz4.h">/
|
||||||
|
<tag/Declaration/<tt/void decompress_lz4 (const unsigned char* src, unsigned char* const dst, const unsigned short uncompressed_size);/
|
||||||
|
<tag/Description/<tt/decompress_lz4/ uncompresses a LZ4-compressed buffer.
|
||||||
|
<tag/Notes/<itemize>
|
||||||
|
<item>Use LZ4_compress_HC with compression level 16 for best compression.
|
||||||
|
</itemize>
|
||||||
|
<tag/Availability/cc65
|
||||||
|
<tag/Example/None.
|
||||||
|
</descrip>
|
||||||
|
</quote>
|
||||||
|
|
||||||
|
|
||||||
<sect1>div<label id="div"><p>
|
<sect1>div<label id="div"><p>
|
||||||
|
|
||||||
<quote>
|
<quote>
|
||||||
|
Loading…
Reference in New Issue
Block a user