This commit is contained in:
powturbo
2015-05-31 22:35:29 +02:00
parent 9f53029057
commit 1625e56b2d

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"