Sign in
nest-open-source
/
nest-cam
/
4320010
/
x86_64-linux-glibc2.15
/
d958e8515dddf7ed877d63063fd6c7716029f313
/
.
/
x86_64-linux-glibc2.15-4.8
/
sysroot
/
usr
/
include
/
x86_64-linux-gnu
/
bits
/
wordsize.h
blob: a40a0d816fd511d06c1dfa57b009dc5d12efa30d [
file
] [
log
] [
blame
]
/* Determine the wordsize from the preprocessor defines. */
#if defined __x86_64__
# define __WORDSIZE 64
# define __WORDSIZE_COMPAT32 1
#else
# define __WORDSIZE 32
#endif