Last change
on this file was
e16e8f2,
checked in by Edwin Eefting <edwin@datux.nl>, 3 years ago
|
bootstuff
|
-
Property mode set to
100644
|
File size:
344 bytes
|
Line | |
---|
1 | /* |
---|
2 | * bitsize/stdintlimits.h |
---|
3 | */ |
---|
4 | |
---|
5 | #ifndef _BITSIZE_STDINTLIMITS_H |
---|
6 | #define _BITSIZE_STDINTLIMITS_H |
---|
7 | |
---|
8 | #if __SIZEOF_POINTER__ == 4 |
---|
9 | #include <bitsize32/stdintlimits.h> |
---|
10 | #elif __SIZEOF_POINTER__ == 8 |
---|
11 | #include <bitsize64/stdintlimits.h> |
---|
12 | #else |
---|
13 | #error "Unable to build for to-be-defined architecture type" |
---|
14 | #endif |
---|
15 | |
---|
16 | #endif /* _BITSIZE_STDINTLIMITS_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.