Improved Aztec Code bit compression

Somewhat fixes #30 reported by Francois Grieu
This commit is contained in:
Robin Stuart
2017-07-21 17:56:36 +01:00
parent 3257a5c0af
commit d818d1aecc
3 changed files with 727 additions and 655 deletions

View File

@ -52,6 +52,7 @@
#include <string.h>
#include <stdlib.h>
#include <math.h>
#include <assert.h>
#ifdef _MSC_VER
#include <malloc.h>
#endif