This commit is contained in:
powturbo
2015-06-01 08:21:21 +02:00
parent e04d65cd8b
commit e84c7d1bda

View File

@ -22,7 +22,7 @@
- email : powturbo [_AT_] gmail [_DOT_] com
**/
// eliasfano.c - "Integer Compression" Elias Fano
// eliasfano.c - "Integer Compression" Elias Fano
#ifndef USIZE //------------------------------------ functions -----------------------------------------------------------------
#include <stdint.h>
#include <string.h>