Variable Byte

This commit is contained in:
powturbo
2016-04-17 16:13:53 +02:00
parent aa23362d44
commit 237d680704
4 changed files with 370 additions and 2 deletions

2
vint.c
View File

@ -21,7 +21,7 @@
- twitter : https://twitter.com/powturbo
- email : powturbo [_AT_] gmail [_DOT_] com
**/
// vint.c - "Integer Compression" variable byte
// vint.c - "Integer Compression" variable byte
#include <stdio.h>
#include "conf.h"