Would not compile as is on linux CentOS 6.2 int64.h:43: error: 'LLONG_MIN' not declared I had to add to int64.h `#include <limits.h>` Then it compiled OK But when I tested, 'NA' appear as 0, which is not very useful