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:
282 bytes
|
Line | |
---|
1 | /* |
---|
2 | * bits32/stdintconst.h |
---|
3 | */ |
---|
4 | |
---|
5 | #define INT_FAST16_C(c) INT32_C(c) |
---|
6 | #define INT_FAST32_C(c) INT32_C(c) |
---|
7 | |
---|
8 | #define UINT_FAST16_C(c) UINT32_C(c) |
---|
9 | #define UINT_FAST32_C(c) UINT32_C(c) |
---|
10 | |
---|
11 | #define INTPTR_C(c) INT32_C(c) |
---|
12 | #define UINTPTR_C(c) UINT32_C(c) |
---|
13 | #define PTRDIFF_C(c) INT32_C(c) |
---|
Note: See
TracBrowser
for help on using the repository browser.