5 #ifndef _BITSIZE_LIMITS_H
6 #define _BITSIZE_LIMITS_H
8 #if __SIZEOF_POINTER__ == 4
9 #include <bitsize32/limits.h>
10 #elif __SIZEOF_POINTER__ == 8
11 #include <bitsize64/limits.h>
13 #error "Unable to build for to-be-defined architecture type"
16 #endif /* _BITSIZE_LIMITS_H */