Mercurial > ms-int-types
annotate stdint.h @ 21:c0040f8fc49b
[Issue 2] Always wrap <wcharюрЮ with external "C" {}.
It turns out that not only Visual Studio 6 requires this, but also newer versions when compiling for ARM.
author | ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde |
---|---|
date | Mon, 11 May 2009 21:27:45 +0000 |
parents | 9be805b7c8c6 |
children | ff2caa6b48d1 |
rev | line source |
---|---|
15
f831bbea3401
Fix typo: Miscrosoft -> Microsoft.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
14
diff
changeset
|
1 // ISO C9x compliant stdint.h for Microsoft Visual Studio |
0
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
2 // Based on ISO/IEC 9899:TC2 Committee draft (May 6, 2005) WG14/N1124 |
5
72746e08c7ec
License chaged to BSD-derivative.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
4
diff
changeset
|
3 // |
19
febb32e4ac04
Get rid of these compiler warnings when compiling for 32-bit:
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
17
diff
changeset
|
4 // Copyright (c) 2006-2008 Alexander Chemeris |
0
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
5 // |
5
72746e08c7ec
License chaged to BSD-derivative.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
4
diff
changeset
|
6 // Redistribution and use in source and binary forms, with or without |
72746e08c7ec
License chaged to BSD-derivative.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
4
diff
changeset
|
7 // modification, are permitted provided that the following conditions are met: |
72746e08c7ec
License chaged to BSD-derivative.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
4
diff
changeset
|
8 // |
72746e08c7ec
License chaged to BSD-derivative.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
4
diff
changeset
|
9 // 1. Redistributions of source code must retain the above copyright notice, |
72746e08c7ec
License chaged to BSD-derivative.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
4
diff
changeset
|
10 // this list of conditions and the following disclaimer. |
72746e08c7ec
License chaged to BSD-derivative.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
4
diff
changeset
|
11 // |
72746e08c7ec
License chaged to BSD-derivative.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
4
diff
changeset
|
12 // 2. Redistributions in binary form must reproduce the above copyright |
72746e08c7ec
License chaged to BSD-derivative.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
4
diff
changeset
|
13 // notice, this list of conditions and the following disclaimer in the |
72746e08c7ec
License chaged to BSD-derivative.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
4
diff
changeset
|
14 // documentation and/or other materials provided with the distribution. |
72746e08c7ec
License chaged to BSD-derivative.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
4
diff
changeset
|
15 // |
72746e08c7ec
License chaged to BSD-derivative.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
4
diff
changeset
|
16 // 3. The name of the author may be used to endorse or promote products |
72746e08c7ec
License chaged to BSD-derivative.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
4
diff
changeset
|
17 // derived from this software without specific prior written permission. |
0
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
18 // |
5
72746e08c7ec
License chaged to BSD-derivative.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
4
diff
changeset
|
19 // THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED |
72746e08c7ec
License chaged to BSD-derivative.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
4
diff
changeset
|
20 // WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF |
72746e08c7ec
License chaged to BSD-derivative.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
4
diff
changeset
|
21 // MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO |
72746e08c7ec
License chaged to BSD-derivative.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
4
diff
changeset
|
22 // EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
72746e08c7ec
License chaged to BSD-derivative.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
4
diff
changeset
|
23 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, |
72746e08c7ec
License chaged to BSD-derivative.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
4
diff
changeset
|
24 // PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; |
72746e08c7ec
License chaged to BSD-derivative.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
4
diff
changeset
|
25 // OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, |
72746e08c7ec
License chaged to BSD-derivative.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
4
diff
changeset
|
26 // WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR |
72746e08c7ec
License chaged to BSD-derivative.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
4
diff
changeset
|
27 // OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF |
72746e08c7ec
License chaged to BSD-derivative.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
4
diff
changeset
|
28 // ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
0
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
29 // |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
30 /////////////////////////////////////////////////////////////////////////////// |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
31 |
2
0cf270b831ef
Rise #error if _MSC_VER is not defined. I.e. compiler other then Microsoft Visual C++ is used.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
1
diff
changeset
|
32 #ifndef _MSC_VER // [ |
10
fed29a68d73f
Error message changed: VC6 supported from now.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
9
diff
changeset
|
33 #error "Use this header only with Microsoft Visual C++ compilers!" |
2
0cf270b831ef
Rise #error if _MSC_VER is not defined. I.e. compiler other then Microsoft Visual C++ is used.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
1
diff
changeset
|
34 #endif // _MSC_VER ] |
0
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
35 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
36 #ifndef _MSC_STDINT_H_ // [ |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
37 #define _MSC_STDINT_H_ |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
38 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
39 #if _MSC_VER > 1000 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
40 #pragma once |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
41 #endif |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
42 |
1
45fb2c2960e1
Added <limits.h> include to stdint.h.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
0
diff
changeset
|
43 #include <limits.h> |
13
334a22353122
More correct fix for compilation under VS6.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
12
diff
changeset
|
44 |
21
c0040f8fc49b
[Issue 2] Always wrap <wcharюрЮ with external "C" {}.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
20
diff
changeset
|
45 // For Visual Studio 6 in C++ mode and for many Visual Studio versions when |
c0040f8fc49b
[Issue 2] Always wrap <wcharюрЮ with external "C" {}.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
20
diff
changeset
|
46 // compiling for ARM we should wrap <wchar.h> include with 'extern "C++" {}' |
13
334a22353122
More correct fix for compilation under VS6.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
12
diff
changeset
|
47 // or compiler give many errors like this: |
12
054398f65efe
Bugfix: fix compiling under VS6, when stdint.h enclosed in 'extern "C" {}'.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
10
diff
changeset
|
48 // error C2733: second C linkage of overloaded function 'wmemchr' not allowed |
21
c0040f8fc49b
[Issue 2] Always wrap <wcharюрЮ with external "C" {}.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
20
diff
changeset
|
49 extern "C" { |
c0040f8fc49b
[Issue 2] Always wrap <wcharюрЮ with external "C" {}.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
20
diff
changeset
|
50 # include <wchar.h> |
c0040f8fc49b
[Issue 2] Always wrap <wcharюрЮ with external "C" {}.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
20
diff
changeset
|
51 } |
0
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
52 |
19
febb32e4ac04
Get rid of these compiler warnings when compiling for 32-bit:
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
17
diff
changeset
|
53 // Define _W64 macros to mark types changing their size, like intptr_t. |
febb32e4ac04
Get rid of these compiler warnings when compiling for 32-bit:
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
17
diff
changeset
|
54 #ifndef _W64 |
febb32e4ac04
Get rid of these compiler warnings when compiling for 32-bit:
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
17
diff
changeset
|
55 # if !defined(__midl) && (defined(_X86_) || defined(_M_IX86)) && _MSC_VER >= 1300 |
febb32e4ac04
Get rid of these compiler warnings when compiling for 32-bit:
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
17
diff
changeset
|
56 # define _W64 __w64 |
febb32e4ac04
Get rid of these compiler warnings when compiling for 32-bit:
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
17
diff
changeset
|
57 # else |
febb32e4ac04
Get rid of these compiler warnings when compiling for 32-bit:
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
17
diff
changeset
|
58 # define _W64 |
febb32e4ac04
Get rid of these compiler warnings when compiling for 32-bit:
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
17
diff
changeset
|
59 # endif |
febb32e4ac04
Get rid of these compiler warnings when compiling for 32-bit:
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
17
diff
changeset
|
60 #endif |
febb32e4ac04
Get rid of these compiler warnings when compiling for 32-bit:
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
17
diff
changeset
|
61 |
febb32e4ac04
Get rid of these compiler warnings when compiling for 32-bit:
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
17
diff
changeset
|
62 |
0
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
63 // 7.18.1 Integer types |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
64 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
65 // 7.18.1.1 Exact-width integer types |
20
9be805b7c8c6
[Issue 3] Visual Studio 6 and Embedded Visual C++ 4 doesn't realize that, e.g. char has the same size as __int8 so we give up on __intX for them.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
19
diff
changeset
|
66 |
9be805b7c8c6
[Issue 3] Visual Studio 6 and Embedded Visual C++ 4 doesn't realize that, e.g. char has the same size as __int8 so we give up on __intX for them.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
19
diff
changeset
|
67 // Visual Studio 6 and Embedded Visual C++ 4 doesn't |
9be805b7c8c6
[Issue 3] Visual Studio 6 and Embedded Visual C++ 4 doesn't realize that, e.g. char has the same size as __int8 so we give up on __intX for them.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
19
diff
changeset
|
68 // realize that, e.g. char has the same size as __int8 |
9be805b7c8c6
[Issue 3] Visual Studio 6 and Embedded Visual C++ 4 doesn't realize that, e.g. char has the same size as __int8 so we give up on __intX for them.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
19
diff
changeset
|
69 // so we give up on __intX for them. |
9be805b7c8c6
[Issue 3] Visual Studio 6 and Embedded Visual C++ 4 doesn't realize that, e.g. char has the same size as __int8 so we give up on __intX for them.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
19
diff
changeset
|
70 #if (_MSC_VER < 1300) |
9be805b7c8c6
[Issue 3] Visual Studio 6 and Embedded Visual C++ 4 doesn't realize that, e.g. char has the same size as __int8 so we give up on __intX for them.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
19
diff
changeset
|
71 typedef char int8_t; |
9be805b7c8c6
[Issue 3] Visual Studio 6 and Embedded Visual C++ 4 doesn't realize that, e.g. char has the same size as __int8 so we give up on __intX for them.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
19
diff
changeset
|
72 typedef short int16_t; |
9be805b7c8c6
[Issue 3] Visual Studio 6 and Embedded Visual C++ 4 doesn't realize that, e.g. char has the same size as __int8 so we give up on __intX for them.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
19
diff
changeset
|
73 typedef int int32_t; |
9be805b7c8c6
[Issue 3] Visual Studio 6 and Embedded Visual C++ 4 doesn't realize that, e.g. char has the same size as __int8 so we give up on __intX for them.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
19
diff
changeset
|
74 typedef unsigned char uint8_t; |
9be805b7c8c6
[Issue 3] Visual Studio 6 and Embedded Visual C++ 4 doesn't realize that, e.g. char has the same size as __int8 so we give up on __intX for them.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
19
diff
changeset
|
75 typedef unsigned short uint16_t; |
9be805b7c8c6
[Issue 3] Visual Studio 6 and Embedded Visual C++ 4 doesn't realize that, e.g. char has the same size as __int8 so we give up on __intX for them.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
19
diff
changeset
|
76 typedef unsigned int uint32_t; |
9be805b7c8c6
[Issue 3] Visual Studio 6 and Embedded Visual C++ 4 doesn't realize that, e.g. char has the same size as __int8 so we give up on __intX for them.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
19
diff
changeset
|
77 #else |
9be805b7c8c6
[Issue 3] Visual Studio 6 and Embedded Visual C++ 4 doesn't realize that, e.g. char has the same size as __int8 so we give up on __intX for them.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
19
diff
changeset
|
78 typedef __int8 int8_t; |
9be805b7c8c6
[Issue 3] Visual Studio 6 and Embedded Visual C++ 4 doesn't realize that, e.g. char has the same size as __int8 so we give up on __intX for them.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
19
diff
changeset
|
79 typedef __int16 int16_t; |
9be805b7c8c6
[Issue 3] Visual Studio 6 and Embedded Visual C++ 4 doesn't realize that, e.g. char has the same size as __int8 so we give up on __intX for them.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
19
diff
changeset
|
80 typedef __int32 int32_t; |
9be805b7c8c6
[Issue 3] Visual Studio 6 and Embedded Visual C++ 4 doesn't realize that, e.g. char has the same size as __int8 so we give up on __intX for them.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
19
diff
changeset
|
81 typedef unsigned __int8 uint8_t; |
9be805b7c8c6
[Issue 3] Visual Studio 6 and Embedded Visual C++ 4 doesn't realize that, e.g. char has the same size as __int8 so we give up on __intX for them.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
19
diff
changeset
|
82 typedef unsigned __int16 uint16_t; |
9be805b7c8c6
[Issue 3] Visual Studio 6 and Embedded Visual C++ 4 doesn't realize that, e.g. char has the same size as __int8 so we give up on __intX for them.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
19
diff
changeset
|
83 typedef unsigned __int32 uint32_t; |
9be805b7c8c6
[Issue 3] Visual Studio 6 and Embedded Visual C++ 4 doesn't realize that, e.g. char has the same size as __int8 so we give up on __intX for them.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
19
diff
changeset
|
84 #endif |
9be805b7c8c6
[Issue 3] Visual Studio 6 and Embedded Visual C++ 4 doesn't realize that, e.g. char has the same size as __int8 so we give up on __intX for them.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
19
diff
changeset
|
85 typedef __int64 int64_t; |
9be805b7c8c6
[Issue 3] Visual Studio 6 and Embedded Visual C++ 4 doesn't realize that, e.g. char has the same size as __int8 so we give up on __intX for them.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
19
diff
changeset
|
86 typedef unsigned __int64 uint64_t; |
9be805b7c8c6
[Issue 3] Visual Studio 6 and Embedded Visual C++ 4 doesn't realize that, e.g. char has the same size as __int8 so we give up on __intX for them.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
19
diff
changeset
|
87 |
0
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
88 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
89 // 7.18.1.2 Minimum-width integer types |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
90 typedef int8_t int_least8_t; |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
91 typedef int16_t int_least16_t; |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
92 typedef int32_t int_least32_t; |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
93 typedef int64_t int_least64_t; |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
94 typedef uint8_t uint_least8_t; |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
95 typedef uint16_t uint_least16_t; |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
96 typedef uint32_t uint_least32_t; |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
97 typedef uint64_t uint_least64_t; |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
98 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
99 // 7.18.1.3 Fastest minimum-width integer types |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
100 typedef int8_t int_fast8_t; |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
101 typedef int16_t int_fast16_t; |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
102 typedef int32_t int_fast32_t; |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
103 typedef int64_t int_fast64_t; |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
104 typedef uint8_t uint_fast8_t; |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
105 typedef uint16_t uint_fast16_t; |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
106 typedef uint32_t uint_fast32_t; |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
107 typedef uint64_t uint_fast64_t; |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
108 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
109 // 7.18.1.4 Integer types capable of holding object pointers |
14
430312ce8ab9
Remove <BaseTsd.h> include, as it is not present in Visual Studio 2005 Epxress Edition and required only for INT_PTR and UINT_PTR types.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
13
diff
changeset
|
110 #ifdef _WIN64 // [ |
430312ce8ab9
Remove <BaseTsd.h> include, as it is not present in Visual Studio 2005 Epxress Edition and required only for INT_PTR and UINT_PTR types.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
13
diff
changeset
|
111 typedef __int64 intptr_t; |
430312ce8ab9
Remove <BaseTsd.h> include, as it is not present in Visual Studio 2005 Epxress Edition and required only for INT_PTR and UINT_PTR types.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
13
diff
changeset
|
112 typedef unsigned __int64 uintptr_t; |
430312ce8ab9
Remove <BaseTsd.h> include, as it is not present in Visual Studio 2005 Epxress Edition and required only for INT_PTR and UINT_PTR types.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
13
diff
changeset
|
113 #else // _WIN64 ][ |
19
febb32e4ac04
Get rid of these compiler warnings when compiling for 32-bit:
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
17
diff
changeset
|
114 typedef _W64 int intptr_t; |
febb32e4ac04
Get rid of these compiler warnings when compiling for 32-bit:
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
17
diff
changeset
|
115 typedef _W64 unsigned int uintptr_t; |
14
430312ce8ab9
Remove <BaseTsd.h> include, as it is not present in Visual Studio 2005 Epxress Edition and required only for INT_PTR and UINT_PTR types.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
13
diff
changeset
|
116 #endif // _WIN64 ] |
0
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
117 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
118 // 7.18.1.5 Greatest-width integer types |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
119 typedef int64_t intmax_t; |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
120 typedef uint64_t uintmax_t; |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
121 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
122 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
123 // 7.18.2 Limits of specified-width integer types |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
124 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
125 #if !defined(__cplusplus) || defined(__STDC_LIMIT_MACROS) // [ See footnote 220 at page 257 and footnote 221 at page 259 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
126 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
127 // 7.18.2.1 Limits of exact-width integer types |
17
5f2b8140b2cd
Explicitly cast to appropriate type INT8_MIN, INT16_MIN, INT32_MIN and INT64_MIN constants.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
16
diff
changeset
|
128 #define INT8_MIN ((int8_t)_I8_MIN) |
0
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
129 #define INT8_MAX _I8_MAX |
17
5f2b8140b2cd
Explicitly cast to appropriate type INT8_MIN, INT16_MIN, INT32_MIN and INT64_MIN constants.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
16
diff
changeset
|
130 #define INT16_MIN ((int16_t)_I16_MIN) |
0
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
131 #define INT16_MAX _I16_MAX |
17
5f2b8140b2cd
Explicitly cast to appropriate type INT8_MIN, INT16_MIN, INT32_MIN and INT64_MIN constants.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
16
diff
changeset
|
132 #define INT32_MIN ((int32_t)_I32_MIN) |
0
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
133 #define INT32_MAX _I32_MAX |
17
5f2b8140b2cd
Explicitly cast to appropriate type INT8_MIN, INT16_MIN, INT32_MIN and INT64_MIN constants.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
16
diff
changeset
|
134 #define INT64_MIN ((int64_t)_I64_MIN) |
0
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
135 #define INT64_MAX _I64_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
136 #define UINT8_MAX _UI8_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
137 #define UINT16_MAX _UI16_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
138 #define UINT32_MAX _UI32_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
139 #define UINT64_MAX _UI64_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
140 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
141 // 7.18.2.2 Limits of minimum-width integer types |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
142 #define INT_LEAST8_MIN INT8_MIN |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
143 #define INT_LEAST8_MAX INT8_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
144 #define INT_LEAST16_MIN INT16_MIN |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
145 #define INT_LEAST16_MAX INT16_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
146 #define INT_LEAST32_MIN INT32_MIN |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
147 #define INT_LEAST32_MAX INT32_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
148 #define INT_LEAST64_MIN INT64_MIN |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
149 #define INT_LEAST64_MAX INT64_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
150 #define UINT_LEAST8_MAX UINT8_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
151 #define UINT_LEAST16_MAX UINT16_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
152 #define UINT_LEAST32_MAX UINT32_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
153 #define UINT_LEAST64_MAX UINT64_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
154 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
155 // 7.18.2.3 Limits of fastest minimum-width integer types |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
156 #define INT_FAST8_MIN INT8_MIN |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
157 #define INT_FAST8_MAX INT8_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
158 #define INT_FAST16_MIN INT16_MIN |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
159 #define INT_FAST16_MAX INT16_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
160 #define INT_FAST32_MIN INT32_MIN |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
161 #define INT_FAST32_MAX INT32_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
162 #define INT_FAST64_MIN INT64_MIN |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
163 #define INT_FAST64_MAX INT64_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
164 #define UINT_FAST8_MAX UINT8_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
165 #define UINT_FAST16_MAX UINT16_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
166 #define UINT_FAST32_MAX UINT32_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
167 #define UINT_FAST64_MAX UINT64_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
168 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
169 // 7.18.2.4 Limits of integer types capable of holding object pointers |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
170 #ifdef _WIN64 // [ |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
171 # define INTPTR_MIN INT64_MIN |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
172 # define INTPTR_MAX INT64_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
173 # define UINTPTR_MAX UINT64_MAX |
3
20f89e144621
BUGFIX: Definitions of INTPTR_MIN, INTPTR_MAX and UINTPTR_MAX for WIN32 and WIN64 was mixed up.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
2
diff
changeset
|
174 #else // _WIN64 ][ |
20f89e144621
BUGFIX: Definitions of INTPTR_MIN, INTPTR_MAX and UINTPTR_MAX for WIN32 and WIN64 was mixed up.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
2
diff
changeset
|
175 # define INTPTR_MIN INT32_MIN |
20f89e144621
BUGFIX: Definitions of INTPTR_MIN, INTPTR_MAX and UINTPTR_MAX for WIN32 and WIN64 was mixed up.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
2
diff
changeset
|
176 # define INTPTR_MAX INT32_MAX |
20f89e144621
BUGFIX: Definitions of INTPTR_MIN, INTPTR_MAX and UINTPTR_MAX for WIN32 and WIN64 was mixed up.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
2
diff
changeset
|
177 # define UINTPTR_MAX UINT32_MAX |
0
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
178 #endif // _WIN64 ] |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
179 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
180 // 7.18.2.5 Limits of greatest-width integer types |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
181 #define INTMAX_MIN INT64_MIN |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
182 #define INTMAX_MAX INT64_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
183 #define UINTMAX_MAX UINT64_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
184 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
185 // 7.18.3 Limits of other integer types |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
186 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
187 #ifdef _WIN64 // [ |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
188 # define PTRDIFF_MIN _I64_MIN |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
189 # define PTRDIFF_MAX _I64_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
190 #else // _WIN64 ][ |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
191 # define PTRDIFF_MIN _I32_MIN |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
192 # define PTRDIFF_MAX _I32_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
193 #endif // _WIN64 ] |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
194 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
195 #define SIG_ATOMIC_MIN INT_MIN |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
196 #define SIG_ATOMIC_MAX INT_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
197 |
6
2a946c144fe7
Added #ifndef for SIZE_MAX (it is defined in limits.h on MSVSC 8).
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
5
diff
changeset
|
198 #ifndef SIZE_MAX // [ |
2a946c144fe7
Added #ifndef for SIZE_MAX (it is defined in limits.h on MSVSC 8).
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
5
diff
changeset
|
199 # ifdef _WIN64 // [ |
2a946c144fe7
Added #ifndef for SIZE_MAX (it is defined in limits.h on MSVSC 8).
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
5
diff
changeset
|
200 # define SIZE_MAX _UI64_MAX |
2a946c144fe7
Added #ifndef for SIZE_MAX (it is defined in limits.h on MSVSC 8).
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
5
diff
changeset
|
201 # else // _WIN64 ][ |
2a946c144fe7
Added #ifndef for SIZE_MAX (it is defined in limits.h on MSVSC 8).
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
5
diff
changeset
|
202 # define SIZE_MAX _UI32_MAX |
2a946c144fe7
Added #ifndef for SIZE_MAX (it is defined in limits.h on MSVSC 8).
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
5
diff
changeset
|
203 # endif // _WIN64 ] |
2a946c144fe7
Added #ifndef for SIZE_MAX (it is defined in limits.h on MSVSC 8).
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
5
diff
changeset
|
204 #endif // SIZE_MAX ] |
0
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
205 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
206 // WCHAR_MIN and WCHAR_MAX are also defined in <wchar.h> |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
207 #ifndef WCHAR_MIN // [ |
6
2a946c144fe7
Added #ifndef for SIZE_MAX (it is defined in limits.h on MSVSC 8).
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
5
diff
changeset
|
208 # define WCHAR_MIN 0 |
0
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
209 #endif // WCHAR_MIN ] |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
210 #ifndef WCHAR_MAX // [ |
6
2a946c144fe7
Added #ifndef for SIZE_MAX (it is defined in limits.h on MSVSC 8).
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
5
diff
changeset
|
211 # define WCHAR_MAX _UI16_MAX |
0
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
212 #endif // WCHAR_MAX ] |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
213 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
214 #define WINT_MIN 0 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
215 #define WINT_MAX _UI16_MAX |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
216 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
217 #endif // __STDC_LIMIT_MACROS ] |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
218 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
219 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
220 // 7.18.4 Limits of other integer types |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
221 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
222 #if !defined(__cplusplus) || defined(__STDC_CONSTANT_MACROS) // [ See footnote 224 at page 260 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
223 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
224 // 7.18.4.1 Macros for minimum-width integer constants |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
225 |
16
5ce8bdb1369f
Better handling of (U)INTx_C macros - now they generate constants of exact width.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
15
diff
changeset
|
226 #define INT8_C(val) val##i8 |
5ce8bdb1369f
Better handling of (U)INTx_C macros - now they generate constants of exact width.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
15
diff
changeset
|
227 #define INT16_C(val) val##i16 |
5ce8bdb1369f
Better handling of (U)INTx_C macros - now they generate constants of exact width.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
15
diff
changeset
|
228 #define INT32_C(val) val##i32 |
0
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
229 #define INT64_C(val) val##i64 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
230 |
16
5ce8bdb1369f
Better handling of (U)INTx_C macros - now they generate constants of exact width.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
15
diff
changeset
|
231 #define UINT8_C(val) val##ui8 |
5ce8bdb1369f
Better handling of (U)INTx_C macros - now they generate constants of exact width.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
15
diff
changeset
|
232 #define UINT16_C(val) val##ui16 |
5ce8bdb1369f
Better handling of (U)INTx_C macros - now they generate constants of exact width.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
15
diff
changeset
|
233 #define UINT32_C(val) val##ui32 |
5ce8bdb1369f
Better handling of (U)INTx_C macros - now they generate constants of exact width.
ipse.c99@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
15
diff
changeset
|
234 #define UINT64_C(val) val##ui64 |
0
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
235 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
236 // 7.18.4.2 Macros for greatest-width integer constants |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
237 #define INTMAX_C INT64_C |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
238 #define UINTMAX_C UINT64_C |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
239 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
240 #endif // __STDC_CONSTANT_MACROS ] |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
241 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
242 |
85c12d7e8144
Initial check in.
alexander.chemeris@d525d15b-5824-0410-80a3-6185d19c2cde
parents:
diff
changeset
|
243 #endif // _MSC_STDINT_H_ ] |