This commit is contained in:
Paul Masurel
2016-02-28 19:48:47 +09:00
parent 23de4b5f99
commit 186e448a15
4 changed files with 15 additions and 17 deletions

View File

@@ -12,7 +12,7 @@ extern "C" {
size_t encode_native(
size_t encode_sorted_native(
uint32_t* begin,
const size_t num_els,
uint32_t* output,
@@ -25,7 +25,7 @@ extern "C" {
return output_length;
}
size_t decode_native(
size_t decode_sorted_native(
const uint32_t* compressed_data,
const size_t compressed_size,
uint32_t* uncompressed,