This commit is contained in:
powturbo
2015-06-01 08:20:28 +02:00
parent 72cbf07007
commit e04d65cd8b

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>