This commit is contained in:
powturbo
2015-06-01 11:40:07 +02:00
parent 79be46c19a
commit 5a8090fc92

View File

@ -201,7 +201,7 @@ q/s: queries/second, ms/q:milliseconds/query
In general encoding/decoding functions are of the form: In general encoding/decoding functions are of the form:
>***char *endptr = encode( unsigned *in, unsigned n, char *out, [unsigned start], [int b])**<br /> >**char *endptr = encode( unsigned *in, unsigned n, char *out, [unsigned start], [int b])**<br />
endptr : set by encode to the next character in "out" after the encoded buffer<br /> endptr : set by encode to the next character in "out" after the encoded buffer<br />
in : input integer array<br /> in : input integer array<br />
n : number of elements<br /> n : number of elements<br />