Update to RDoc 2.1.0 r112
[rbx.git] / shotgun / config / is64bit.c
blob33f234ddc8674c9b35f6c93518fdc96dcb62c17e
1 #include <stdint.h>
3 int main(int argc, char **argv) {
4 /* 0 is false to C, but true to shell. I hate unix sometimes. */
5 /* Me too. */
6 return sizeof(uintptr_t) != 8;