… | |
… | |
54 | * architecture-independent and will result in the original data when |
54 | * architecture-independent and will result in the original data when |
55 | * decompressed using lzf_decompress. |
55 | * decompressed using lzf_decompress. |
56 | * |
56 | * |
57 | * The buffers must not be overlapping. |
57 | * The buffers must not be overlapping. |
58 | * |
58 | * |
|
|
59 | * If the option LZF_STATE_ART is enabled, an extra argument must be |
|
|
60 | * supplied which is not reflected in this header file. Refer to lzf_c.c. |
|
|
61 | * |
59 | */ |
62 | */ |
60 | unsigned int |
63 | unsigned int |
61 | lzf_compress (const void *const in_data, unsigned int in_len, |
64 | lzf_compress (const void *const in_data, unsigned int in_len, |
62 | void *out_data, unsigned int out_len); |
65 | void *out_data, unsigned int out_len); |
63 | |
66 | |