repo.or.cz
/
rbx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update to RDoc 2.1.0 r112
[rbx.git]
/
shotgun
/
config
/
is64bit.c
blob
33f234ddc8674c9b35f6c93518fdc96dcb62c17e
1
#include <stdint.h>
2
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
;
7
}