BitUtil: delta, zigzag, bitsnum,...

This commit is contained in:
powturbo
2015-06-11 22:23:23 +02:00
parent c40818d397
commit 4b1a6a4dfe

View File

@ -21,7 +21,7 @@
- twitter : https://twitter.com/powturbo
- email : powturbo [_AT_] gmail [_DOT_] com
**/
// bitutil.h - "Integer Compression"
// bitutil.h - "Integer Compression"
#include <stdint.h>
#define _BITFORZERO(out, n, start, inc) do {\