Closed GoogleCodeExporter closed 9 years ago
I don't think Android supports the long long datatype.
Original comment by efroh...@gmail.com
on 11 Oct 2011 at 7:58
include <sys/limits.h>
long long int hello;
hello = LLONG_MAX;
This certainly compiles in the NDK. Longs are 64 bit in Java (also on Android),
so it is not such a surprise to have 64 bit data types supported in the NDK.
Original comment by LudwigBr...@gmail.com
on 16 Oct 2011 at 1:33
Added to android build -DHAVE_LONG_LONG_INT_64
Original comment by efroh...@gmail.com
on 30 Jan 2012 at 1:11
Original issue reported on code.google.com by
LudwigBr...@gmail.com
on 18 Sep 2011 at 3:58