This commit is contained in:
powturbo
2017-01-16 20:09:46 +01:00
committed by GitHub
parent c13a54e56b
commit 67bbea2355

View File

@ -293,10 +293,10 @@ In general encoding/decoding functions are of the form:
**Simple high level functions:**
>**size_t compressed_size = encode( unsigned *in, size_t n, char *out)**<br />
compressed_size : number of bytes written into compressed buffer out<br />
compressed_size : number of bytes written into compressed output buffer out<br />
>**size_t compressed_size = decode( char *in, size_t n, unsigned *out)**<br />
compressed_size : number of bytes read from compressed in<br />
compressed_size : number of bytes read from compressed input buffer in<br />
header files to use with documentation:<br />