forked from debrouxl/gcc4ti
-
Notifications
You must be signed in to change notification settings - Fork 0
/
stdint.html
634 lines (467 loc) · 48.9 KB
/
stdint.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>stdint.h</TITLE>
<STYLE TYPE="TEXT/CSS">
<!--
.IE3-DUMMY { CONT-SIZE: 100%; }
BODY { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; BACKGROUND-COLOR: #E0E0E0; }
P { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H1 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H2 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H3 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H4 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H5 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
H6 { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
UL { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; }
TD { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; BACKGROUND-COLOR: #FFFFFF; }
.NOBORDER { BACKGROUND-COLOR: #E0E0E0; PADDING: 0pt; }
.NOBORDER TD { FONT-FAMILY: Verdana,Arial,Helvetica,Sans-Serif; BACKGROUND-COLOR: #E0E0E0; PADDING: 0pt; }
.CODE { FONT-FAMILY: Courier New; }
-->
</STYLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#E0E0E0">
<FONT SIZE="5"><B>The <stdint.h> Header File</B></FONT>
<HR>
<P><B>C99-compatible integer types with a fixed size in bits</B></P>
<H3><U>Functions</U></H3>
<DL INDENT="20"><DT><B><A HREF="#INT16_C">INT16_C</A></B><DD>Appends the correct suffix to a 16-bit signed integer literal.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT32_C">INT32_C</A></B><DD>Appends the correct suffix to a 32-bit signed integer literal.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT64_C">INT64_C</A></B><DD>Appends the correct suffix to a 64-bit signed integer literal.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT8_C">INT8_C</A></B><DD>Appends the correct suffix to an 8-bit signed integer literal.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INTMAX_C">INTMAX_C</A></B><DD>Appends the correct suffix to a maximally-sized signed integer literal.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#UINT16_C">UINT16_C</A></B><DD>Appends the correct suffix to a 16-bit unsigned integer literal.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#UINT32_C">UINT32_C</A></B><DD>Appends the correct suffix to a 32-bit unsigned integer literal.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#UINT64_C">UINT64_C</A></B><DD>Appends the correct suffix to a 64-bit unsigned integer literal.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#UINT8_C">UINT8_C</A></B><DD>Appends the correct suffix to an 8-bit unsigned integer literal.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#UINTMAX_C">UINTMAX_C</A></B><DD>Appends the correct suffix to a maximally-sized unsigned integer literal.</DL>
<H3><U>Constants</U></H3>
<DL INDENT="20"><DT><B><A HREF="#INT_FAST16_MAX">INT_FAST16_MAX</A></B><DD>Maximum value of our <A HREF="#int_fast16_t">int_fast16_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT_FAST16_MIN">INT_FAST16_MIN</A></B><DD>Minimum value of our <A HREF="#int_fast16_t">int_fast16_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT_FAST32_MAX">INT_FAST32_MAX</A></B><DD>Maximum value of our <A HREF="#int_fast32_t">int_fast32_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT_FAST32_MIN">INT_FAST32_MIN</A></B><DD>Minimum value of our <A HREF="#int_fast32_t">int_fast32_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT_FAST64_MAX">INT_FAST64_MAX</A></B><DD>Maximum value of our <A HREF="#int_fast64_t">int_fast64_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT_FAST64_MIN">INT_FAST64_MIN</A></B><DD>Minimum value of our <A HREF="#int_fast64_t">int_fast64_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT_FAST8_MAX">INT_FAST8_MAX</A></B><DD>Maximum value of our <A HREF="#int_fast8_t">int_fast8_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT_FAST8_MIN">INT_FAST8_MIN</A></B><DD>Minimum value of our <A HREF="#int_fast8_t">int_fast8_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT_LEAST16_MAX">INT_LEAST16_MAX</A></B><DD>Maximum value of our <A HREF="#int_least16_t">int_least16_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT_LEAST16_MIN">INT_LEAST16_MIN</A></B><DD>Minimum value of our <A HREF="#int_least16_t">int_least16_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT_LEAST32_MAX">INT_LEAST32_MAX</A></B><DD>Maximum value of our <A HREF="#int_least32_t">int_least32_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT_LEAST32_MIN">INT_LEAST32_MIN</A></B><DD>Minimum value of our <A HREF="#int_least32_t">int_least32_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT_LEAST64_MAX">INT_LEAST64_MAX</A></B><DD>Maximum value of our <A HREF="#int_least64_t">int_least64_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT_LEAST64_MIN">INT_LEAST64_MIN</A></B><DD>Minimum value of our <A HREF="#int_least64_t">int_least64_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT_LEAST8_MAX">INT_LEAST8_MAX</A></B><DD>Maximum value of our <A HREF="#int_least8_t">int_least8_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT_LEAST8_MIN">INT_LEAST8_MIN</A></B><DD>Minimum value of our <A HREF="#int_least8_t">int_least8_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT16_MAX">INT16_MAX</A></B><DD>Maximum value of a signed 16-bit integer.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT16_MIN">INT16_MIN</A></B><DD>Minimum value of a signed 16-bit integer.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT32_MAX">INT32_MAX</A></B><DD>Maximum value of a signed 32-bit integer.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT32_MIN">INT32_MIN</A></B><DD>Minimum value of a signed 32-bit integer.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT64_MAX">INT64_MAX</A></B><DD>Maximum value of a signed 64-bit integer.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT64_MIN">INT64_MIN</A></B><DD>Minimum value of a signed 64-bit integer.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT8_MAX">INT8_MAX</A></B><DD>Maximum value of a signed 8-bit integer.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INT8_MIN">INT8_MIN</A></B><DD>Minimum value of a signed 8-bit integer.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INTMAX_MAX">INTMAX_MAX</A></B><DD>Maximum value of our <A HREF="#intmax_t">intmax_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INTMAX_MIN">INTMAX_MIN</A></B><DD>Minimum value of our <A HREF="#intmax_t">intmax_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INTPTR_MAX">INTPTR_MAX</A></B><DD>Maximum value of our <A HREF="#intptr_t">intptr_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#INTPTR_MIN">INTPTR_MIN</A></B><DD>Minimum value of our <A HREF="#intptr_t">intptr_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#PTRDIFF_MAX">PTRDIFF_MAX</A></B><DD>Largest positive value of a ptrdiff_t integer.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#PTRDIFF_MIN">PTRDIFF_MIN</A></B><DD>Largest negative value of a ptrdiff_t integer.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#SIZE_MAX">SIZE_MAX</A></B><DD>Maximum value of a size_t integer.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#UINT_FAST16_MAX">UINT_FAST16_MAX</A></B><DD>Maximum value of our <A HREF="#uint_fast16_t">uint_fast16_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#UINT_FAST32_MAX">UINT_FAST32_MAX</A></B><DD>Maximum value of our <A HREF="#uint_fast32_t">uint_fast32_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#UINT_FAST64_MAX">UINT_FAST64_MAX</A></B><DD>Maximum value of our <A HREF="#uint_fast64_t">uint_fast64_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#UINT_FAST8_MAX">UINT_FAST8_MAX</A></B><DD>Maximum value of our <A HREF="#uint_fast8_t">uint_fast8_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#UINT_LEAST16_MAX">UINT_LEAST16_MAX</A></B><DD>Maximum value of our <A HREF="#uint_least16_t">uint_least16_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#UINT_LEAST32_MAX">UINT_LEAST32_MAX</A></B><DD>Maximum value of our <A HREF="#uint_least32_t">uint_least32_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#UINT_LEAST64_MAX">UINT_LEAST64_MAX</A></B><DD>Maximum value of our <A HREF="#uint_least64_t">uint_least64_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#UINT_LEAST8_MAX">UINT_LEAST8_MAX</A></B><DD>Maximum value of our <A HREF="#uint_least8_t">uint_least8_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#UINT16_MAX">UINT16_MAX</A></B><DD>Maximum value of an unsigned 16-bit integer.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#UINT32_MAX">UINT32_MAX</A></B><DD>Maximum value of an unsigned 32-bit integer.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#UINT64_MAX">UINT64_MAX</A></B><DD>Maximum value of an unsigned 64-bit integer.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#UINT8_MAX">UINT8_MAX</A></B><DD>Maximum value of an unsigned 8-bit integer.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#UINTMAX_MAX">UINTMAX_MAX</A></B><DD>Maximum value of our <A HREF="#uintmax_t">uintmax_t</A> type.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#UINTPTR_MAX">UINTPTR_MAX</A></B><DD>Maximum value of our <A HREF="#uintptr_t">uintptr_t</A> type.</DL>
<H3><U>Predefined Types</U></H3>
<DL INDENT="20"><DT><B><A HREF="#int_fast16_t">int_fast16_t</A></B><DD>The fastest signed type with at least 16 bits (specified by C99).<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#int_fast32_t">int_fast32_t</A></B><DD>The fastest signed type with at least 32 bits (specified by C99).<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#int_fast64_t">int_fast64_t</A></B><DD>The fastest signed type with at least 64 bits (specified by C99).<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#int_fast8_t">int_fast8_t</A></B><DD>The fastest signed type with at least 8 bits (specified by C99).<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#int_least16_t">int_least16_t</A></B><DD>A signed type with at least 16 bits (specified by C99).<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#int_least32_t">int_least32_t</A></B><DD>A signed type with at least 32 bits (specified by C99).<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#int_least64_t">int_least64_t</A></B><DD>A signed type with at least 64 bits (specified by C99).<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#int_least8_t">int_least8_t</A></B><DD>A signed type with at least 8 bits (specified by C99).<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#int16_t">int16_t</A></B><DD>A 16-bit signed fixed-width type specified by C99.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#int32_t">int32_t</A></B><DD>A 32-bit signed fixed-width type specified by C99.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#int64_t">int64_t</A></B><DD>A 64-bit signed fixed-width type specified by C99.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#int8_t">int8_t</A></B><DD>An 8-bit signed fixed-width type specified by C99.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#intmax_t">intmax_t</A></B><DD>The largest signed integer on this platform (specified by C99).<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#intptr_t">intptr_t</A></B><DD>A signed integer large enough to hold a void* pointer (specified by C99).<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#uint_fast16_t">uint_fast16_t</A></B><DD>The fastest unsigned type with at least 16 bits (specified by C99).<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#uint_fast32_t">uint_fast32_t</A></B><DD>The fastest unsigned type with at least 32 bits (specified by C99).<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#uint_fast64_t">uint_fast64_t</A></B><DD>The fastest unsigned type with at least 64 bits (specified by C99).<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#uint_fast8_t">uint_fast8_t</A></B><DD>The fastest unsigned type with at least 8 bits (specified by C99).<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#uint_least16_t">uint_least16_t</A></B><DD>An unsigned type with at least 16 bits (specified by C99).<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#uint_least32_t">uint_least32_t</A></B><DD>An unsigned type with at least 32 bits (specified by C99).<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#uint_least64_t">uint_least64_t</A></B><DD>An unsigned type with at least 64 bits (specified by C99).<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#uint_least8_t">uint_least8_t</A></B><DD>An unsigned type with at least 8 bits (specified by C99).<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#uint16_t">uint16_t</A></B><DD>A 16-bit type unsigned fixed-width type specified by C99.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#uint32_t">uint32_t</A></B><DD>A 32-bit type unsigned fixed-width type specified by C99.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#uint64_t">uint64_t</A></B><DD>A 64-bit type unsigned fixed-width type specified by C99.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#uint8_t">uint8_t</A></B><DD>An 8-bit type unsigned fixed-width type specified by C99.<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#uintmax_t">uintmax_t</A></B><DD>The largest unsigned integer on this platform (specified by C99).<IMG WIDTH="1" HEIGHT="20" ALIGN="TOP"><DT><B><A HREF="#uintptr_t">uintptr_t</A></B><DD>An unsigned integer large enough to hold a void* pointer (specified by C99).</DL>
<HR>
<H3><A NAME="INT16_C"><U>INT16_C</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT16_C(c) c</TD></TR></TABLE></P>
<P><B>Appends the correct suffix to a 16-bit signed integer literal.</B></P>
<P>This macro appends the correct suffix for a 16-bit signed integer literal to <I>c</I>.</P>
<HR>
<H3><A NAME="INT32_C"><U>INT32_C</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT32_C(c) c ## L</TD></TR></TABLE></P>
<P><B>Appends the correct suffix to a 32-bit signed integer literal.</B></P>
<P>This macro appends the correct suffix for a 32-bit signed integer literal to <I>c</I>.</P>
<HR>
<H3><A NAME="INT64_C"><U>INT64_C</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT64_C(c) c ## LL</TD></TR></TABLE></P>
<P><B>Appends the correct suffix to a 64-bit signed integer literal.</B></P>
<P>This macro appends the correct suffix for a 64-bit signed integer literal to <I>c</I>.</P>
<HR>
<H3><A NAME="INT8_C"><U>INT8_C</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT8_C(c) c</TD></TR></TABLE></P>
<P><B>Appends the correct suffix to an 8-bit signed integer literal.</B></P>
<P>This macro appends the correct suffix for an 8-bit signed integer literal to <I>c</I>.</P>
<HR>
<H3><A NAME="INTMAX_C"><U>INTMAX_C</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INTMAX_C(c) c ## LL</TD></TR></TABLE></P>
<P><B>Appends the correct suffix to a maximally-sized signed integer literal.</B></P>
<P>This macro appends the correct suffix for a maximally-sized (on the GCC4TI
platform) signed integer literal to <I>c</I>.</P>
<HR>
<H3><A NAME="UINT16_C"><U>UINT16_C</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> UINT16_C(c) c ## U</TD></TR></TABLE></P>
<P><B>Appends the correct suffix to a 16-bit unsigned integer literal.</B></P>
<P>This macro appends the correct suffix for a 16-bit unsigned integer literal to <I>c</I>.</P>
<HR>
<H3><A NAME="UINT32_C"><U>UINT32_C</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> UINT32_C(c) c ## UL</TD></TR></TABLE></P>
<P><B>Appends the correct suffix to a 32-bit unsigned integer literal.</B></P>
<P>This macro appends the correct suffix for a 32-bit unsigned integer literal to <I>c</I>.</P>
<HR>
<H3><A NAME="UINT64_C"><U>UINT64_C</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> UINT64_C(c) c ## ULL</TD></TR></TABLE></P>
<P><B>Appends the correct suffix to a 64-bit unsigned integer literal.</B></P>
<P>This macro appends the correct suffix for a 64-bit unsigned integer literal to <I>c</I>.</P>
<HR>
<H3><A NAME="UINT8_C"><U>UINT8_C</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> UINT8_C(c) c</TD></TR></TABLE></P>
<P><B>Appends the correct suffix to an 8-bit unsigned integer literal.</B></P>
<P>This macro appends the correct suffix for an 8-bit unsigned integer literal to <I>c</I>.</P>
<HR>
<H3><A NAME="UINTMAX_C"><U>UINTMAX_C</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> UINTMAX_C(c) c ## ULL</TD></TR></TABLE></P>
<P><B>Appends the correct suffix to a maximally-sized unsigned integer literal.</B></P>
<P>This macro appends the correct suffix for a maximally-sized (on the GCC4TI
platform) unsigned integer literal to <I>c</I>.</P>
<HR>
<H3><A NAME="INT_FAST16_MAX"><U>INT_FAST16_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT_FAST16_MAX (32767)</TD></TR></TABLE></P>
<P><B>Maximum value of our <A HREF="#int_fast16_t">int_fast16_t</A> type.</B></P>
<P>This is the maximum value that an <A HREF="#int_fast16_t">int_fast16_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="INT_FAST16_MIN"><U>INT_FAST16_MIN</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT_FAST16_MIN (-32767-1)</TD></TR></TABLE></P>
<P><B>Minimum value of our <A HREF="#int_fast16_t">int_fast16_t</A> type.</B></P>
<P>This is the minimum value that an <A HREF="#int_fast16_t">int_fast16_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="INT_FAST32_MAX"><U>INT_FAST32_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT_FAST32_MAX (2147483647L)</TD></TR></TABLE></P>
<P><B>Maximum value of our <A HREF="#int_fast32_t">int_fast32_t</A> type.</B></P>
<P>This is the maximum value that an <A HREF="#int_fast32_t">int_fast32_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="INT_FAST32_MIN"><U>INT_FAST32_MIN</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT_FAST32_MIN (-2147483647L-1)</TD></TR></TABLE></P>
<P><B>Minimum value of our <A HREF="#int_fast32_t">int_fast32_t</A> type.</B></P>
<P>This is the minimum value that an <A HREF="#int_fast32_t">int_fast32_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="INT_FAST64_MAX"><U>INT_FAST64_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT_FAST64_MAX (9223372036854775807LL)</TD></TR></TABLE></P>
<P><B>Maximum value of our <A HREF="#int_fast64_t">int_fast64_t</A> type.</B></P>
<P>This is the maximum value that an <A HREF="#int_fast64_t">int_fast64_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="INT_FAST64_MIN"><U>INT_FAST64_MIN</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT_FAST64_MIN (-9223372036854775807LL-1)</TD></TR></TABLE></P>
<P><B>Minimum value of our <A HREF="#int_fast64_t">int_fast64_t</A> type.</B></P>
<P>This is the minimum value that an <A HREF="#int_fast64_t">int_fast64_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="INT_FAST8_MAX"><U>INT_FAST8_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT_FAST8_MAX (32767)</TD></TR></TABLE></P>
<P><B>Maximum value of our <A HREF="#int_fast8_t">int_fast8_t</A> type.</B></P>
<P>This is the maximum value that an <A HREF="#int_fast8_t">int_fast8_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="INT_FAST8_MIN"><U>INT_FAST8_MIN</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT_FAST8_MIN (-32767-1)</TD></TR></TABLE></P>
<P><B>Minimum value of our <A HREF="#int_fast8_t">int_fast8_t</A> type.</B></P>
<P>This is the minimum value that an <A HREF="#int_fast8_t">int_fast8_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="INT_LEAST16_MAX"><U>INT_LEAST16_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT_LEAST16_MAX (32767)</TD></TR></TABLE></P>
<P><B>Maximum value of our <A HREF="#int_least16_t">int_least16_t</A> type.</B></P>
<P>This is the maximum value that an <A HREF="#int_least16_t">int_least16_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="INT_LEAST16_MIN"><U>INT_LEAST16_MIN</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT_LEAST16_MIN (-32767-1)</TD></TR></TABLE></P>
<P><B>Minimum value of our <A HREF="#int_least16_t">int_least16_t</A> type.</B></P>
<P>This is the minimum value that an <A HREF="#int_least16_t">int_least16_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="INT_LEAST32_MAX"><U>INT_LEAST32_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT_LEAST32_MAX (2147483647L)</TD></TR></TABLE></P>
<P><B>Maximum value of our <A HREF="#int_least32_t">int_least32_t</A> type.</B></P>
<P>This is the maximum value that an <A HREF="#int_least32_t">int_least32_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="INT_LEAST32_MIN"><U>INT_LEAST32_MIN</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT_LEAST32_MIN (-2147483647L-1)</TD></TR></TABLE></P>
<P><B>Minimum value of our <A HREF="#int_least32_t">int_least32_t</A> type.</B></P>
<P>This is the minimum value that an <A HREF="#int_least32_t">int_least32_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="INT_LEAST64_MAX"><U>INT_LEAST64_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT_LEAST64_MAX (9223372036854775807LL)</TD></TR></TABLE></P>
<P><B>Maximum value of our <A HREF="#int_least64_t">int_least64_t</A> type.</B></P>
<P>This is the maximum value that an <A HREF="#int_least64_t">int_least64_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="INT_LEAST64_MIN"><U>INT_LEAST64_MIN</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT_LEAST64_MIN (-9223372036854775807LL-1)</TD></TR></TABLE></P>
<P><B>Minimum value of our <A HREF="#int_least64_t">int_least64_t</A> type.</B></P>
<P>This is the minimum value that an <A HREF="#int_least64_t">int_least64_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="INT_LEAST8_MAX"><U>INT_LEAST8_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT_LEAST8_MAX (127)</TD></TR></TABLE></P>
<P><B>Maximum value of our <A HREF="#int_least8_t">int_least8_t</A> type.</B></P>
<P>This is the maximum value that an <A HREF="#int_least8_t">int_least8_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="INT_LEAST8_MIN"><U>INT_LEAST8_MIN</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT_LEAST8_MIN (-128)</TD></TR></TABLE></P>
<P><B>Minimum value of our <A HREF="#int_least8_t">int_least8_t</A> type.</B></P>
<P>This is the minimum value that an <A HREF="#int_least8_t">int_least8_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="INT16_MAX"><U>INT16_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT16_MAX (32767)</TD></TR></TABLE></P>
<P><B>Maximum value of a signed 16-bit integer.</B></P>
<P>This is the maximum value that a signed 16-bit integer can contain.</P>
<HR>
<H3><A NAME="INT16_MIN"><U>INT16_MIN</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT16_MIN (-32767-1)</TD></TR></TABLE></P>
<P><B>Minimum value of a signed 16-bit integer.</B></P>
<P>This is the minimum value that a signed 16-bit integer can contain.</P>
<HR>
<H3><A NAME="INT32_MAX"><U>INT32_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT32_MAX (2147483647L)</TD></TR></TABLE></P>
<P><B>Maximum value of a signed 32-bit integer.</B></P>
<P>This is the maximum value that a signed 32-bit integer can contain.</P>
<HR>
<H3><A NAME="INT32_MIN"><U>INT32_MIN</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT32_MIN (-2147483647L-1)</TD></TR></TABLE></P>
<P><B>Minimum value of a signed 32-bit integer.</B></P>
<P>This is the minimum value that a signed 32-bit integer can contain.</P>
<HR>
<H3><A NAME="INT64_MAX"><U>INT64_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT64_MAX (9223372036854775807LL)</TD></TR></TABLE></P>
<P><B>Maximum value of a signed 64-bit integer.</B></P>
<P>This is the maximum value that a signed 64-bit integer can contain.</P>
<HR>
<H3><A NAME="INT64_MIN"><U>INT64_MIN</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT64_MIN (-9223372036854775807LL-1)</TD></TR></TABLE></P>
<P><B>Minimum value of a signed 64-bit integer.</B></P>
<P>This is the minimum value that a signed 64-bit integer can contain.</P>
<HR>
<H3><A NAME="INT8_MAX"><U>INT8_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT8_MAX (127)</TD></TR></TABLE></P>
<P><B>Maximum value of a signed 8-bit integer.</B></P>
<P>This is the maximum value that a signed 8-bit integer can contain.</P>
<HR>
<H3><A NAME="INT8_MIN"><U>INT8_MIN</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INT8_MIN (-128)</TD></TR></TABLE></P>
<P><B>Minimum value of a signed 8-bit integer.</B></P>
<P>This is the minimum value that a signed 8-bit integer can contain.</P>
<HR>
<H3><A NAME="INTMAX_MAX"><U>INTMAX_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INTMAX_MAX (9223372036854775807LL)</TD></TR></TABLE></P>
<P><B>Maximum value of our <A HREF="#intmax_t">intmax_t</A> type.</B></P>
<P>This is the maximum value that the largest signed integer can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="INTMAX_MIN"><U>INTMAX_MIN</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INTMAX_MIN (-9223372036854775807LL-1)</TD></TR></TABLE></P>
<P><B>Minimum value of our <A HREF="#intmax_t">intmax_t</A> type.</B></P>
<P>This is the minimum value that the largest signed integer can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="INTPTR_MAX"><U>INTPTR_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INTPTR_MAX (2147483647L)</TD></TR></TABLE></P>
<P><B>Maximum value of our <A HREF="#intptr_t">intptr_t</A> type.</B></P>
<P>This is the maximum value that a signed integer large enough to hold a pointer can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="INTPTR_MIN"><U>INTPTR_MIN</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> INTPTR_MIN (-2147483647L-1)</TD></TR></TABLE></P>
<P><B>Minimum value of our <A HREF="#intptr_t">intptr_t</A> type.</B></P>
<P>This is the minimum value that a signed integer large enough to hold a pointer can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="PTRDIFF_MAX"><U>PTRDIFF_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> PTRDIFF_MAX (16777215L)</TD></TR></TABLE></P>
<P><B>Largest positive value of a ptrdiff_t integer.</B></P>
<P>This is the largest <I>meaningful</I> positive value that a variable of ptrdiff_t type can contain on
the TI-68k platform, due to the 24-bit addressing space of the 68000.</P>
<HR>
<H3><A NAME="PTRDIFF_MIN"><U>PTRDIFF_MIN</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> PTRDIFF_MIN (-16777215L)</TD></TR></TABLE></P>
<P><B>Largest negative value of a ptrdiff_t integer.</B></P>
<P>This is the largest <I>meaningful</I> negative value that a variable of ptrdiff_t type can contain on
the TI-68k platform, due to the 24-bit addressing space of the 68000.</P>
<HR>
<H3><A NAME="SIZE_MAX"><U>SIZE_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> SIZE_MAX (16777215UL)</TD></TR></TABLE></P>
<P><B>Maximum value of a size_t integer.</B></P>
<P>This is the largest <I>meaningful</I> value that a variable of size_t type can contain on
the TI-68k platform, due to the 24-bit addressing space of the 68000.</P>
<HR>
<H3><A NAME="UINT_FAST16_MAX"><U>UINT_FAST16_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> UINT_FAST16_MAX (65535U)</TD></TR></TABLE></P>
<P><B>Maximum value of our <A HREF="#uint_fast16_t">uint_fast16_t</A> type.</B></P>
<P>This is the maximum value that an <A HREF="#uint_fast16_t">uint_fast16_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="UINT_FAST32_MAX"><U>UINT_FAST32_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> UINT_FAST32_MAX (4294967295UL)</TD></TR></TABLE></P>
<P><B>Maximum value of our <A HREF="#uint_fast32_t">uint_fast32_t</A> type.</B></P>
<P>This is the maximum value that an <A HREF="#uint_fast32_t">uint_fast32_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="UINT_FAST64_MAX"><U>UINT_FAST64_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> UINT_FAST64_MAX (18446744073709551615ULL)</TD></TR></TABLE></P>
<P><B>Maximum value of our <A HREF="#uint_fast64_t">uint_fast64_t</A> type.</B></P>
<P>This is the maximum value that an <A HREF="#uint_fast64_t">uint_fast64_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="UINT_FAST8_MAX"><U>UINT_FAST8_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> UINT_FAST8_MAX (65535U)</TD></TR></TABLE></P>
<P><B>Maximum value of our <A HREF="#uint_fast8_t">uint_fast8_t</A> type.</B></P>
<P>This is the maximum value that an <A HREF="#uint_fast8_t">uint_fast8_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="UINT_LEAST16_MAX"><U>UINT_LEAST16_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> UINT_LEAST16_MAX (65535U)</TD></TR></TABLE></P>
<P><B>Maximum value of our <A HREF="#uint_least16_t">uint_least16_t</A> type.</B></P>
<P>This is the maximum value that a <A HREF="#uint_least16_t">uint_least16_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="UINT_LEAST32_MAX"><U>UINT_LEAST32_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> UINT_LEAST32_MAX (4294967295UL)</TD></TR></TABLE></P>
<P><B>Maximum value of our <A HREF="#uint_least32_t">uint_least32_t</A> type.</B></P>
<P>This is the maximum value that a <A HREF="#uint_least32_t">uint_least32_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="UINT_LEAST64_MAX"><U>UINT_LEAST64_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> UINT_LEAST64_MAX (18446744073709551615ULL)</TD></TR></TABLE></P>
<P><B>Maximum value of our <A HREF="#uint_least64_t">uint_least64_t</A> type.</B></P>
<P>This is the maximum value that a <A HREF="#uint_least64_t">uint_least64_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="UINT_LEAST8_MAX"><U>UINT_LEAST8_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> UINT_LEAST8_MAX (255)</TD></TR></TABLE></P>
<P><B>Maximum value of our <A HREF="#uint_least8_t">uint_least8_t</A> type.</B></P>
<P>This is the maximum value that a <A HREF="#uint_least8_t">uint_least8_t</A> can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="UINT16_MAX"><U>UINT16_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> UINT16_MAX (65535U)</TD></TR></TABLE></P>
<P><B>Maximum value of an unsigned 16-bit integer.</B></P>
<P>This is the maximum value that an unsigned 16-bit integer can contain.</P>
<HR>
<H3><A NAME="UINT32_MAX"><U>UINT32_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> UINT32_MAX (4294967295UL)</TD></TR></TABLE></P>
<P><B>Maximum value of an unsigned 32-bit integer.</B></P>
<P>This is the maximum value that an unsigned 32-bit integer can contain.</P>
<HR>
<H3><A NAME="UINT64_MAX"><U>UINT64_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> UINT64_MAX (18446744073709551615ULL)</TD></TR></TABLE></P>
<P><B>Maximum value of an unsigned 64-bit integer.</B></P>
<P>This is the maximum value that an unsigned 64-bit integer can contain.</P>
<HR>
<H3><A NAME="UINT8_MAX"><U>UINT8_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> UINT8_MAX (255)</TD></TR></TABLE></P>
<P><B>Maximum value of an unsigned 8-bit integer.</B></P>
<P>This is the maximum value that an unsigned 8-bit integer can contain.</P>
<HR>
<H3><A NAME="UINTMAX_MAX"><U>UINTMAX_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> UINTMAX_MAX (18446744073709551615ULL)</TD></TR></TABLE></P>
<P><B>Maximum value of our <A HREF="#uintmax_t">uintmax_t</A> type.</B></P>
<P>This is the maximum value that the largest unsigned integer can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="UINTPTR_MAX"><U>UINTPTR_MAX</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="cpp.html#SEC10">#define</A></B> UINTPTR_MAX (4294967295UL)</TD></TR></TABLE></P>
<P><B>Maximum value of our <A HREF="#uintptr_t">uintptr_t</A> type.</B></P>
<P>This is the maximum value that an unsigned integer large enough to hold a pointer can contain on the GCC4TI platform.</P>
<HR>
<H3><A NAME="int_fast16_t"><U>int_fast16_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">short</A></B> int_fast16_t;</TD></TR></TABLE></P>
<P><B>The fastest signed type with at least 16 bits (specified by C99).</B></P>
<P>This type can be used when at least 16 bits of signed data storage are wanted, and speed is more of a concern than size.
In GCC4TI, its size is exactly 16 bits.</P>
<HR>
<H3><A NAME="int_fast32_t"><U>int_fast32_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">long</A></B> int_fast32_t;</TD></TR></TABLE></P>
<P><B>The fastest signed type with at least 32 bits (specified by C99).</B></P>
<P>This type can be used when at least 32 bits of signed data storage are wanted, and speed is more of a concern than size.
In GCC4TI, its size is exactly 32 bits.</P>
<HR>
<H3><A NAME="int_fast64_t"><U>int_fast64_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">long</A></B> <B><A HREF="keywords.html#short">long</A></B> int_fast64_t;</TD></TR></TABLE></P>
<P><B>The fastest signed type with at least 64 bits (specified by C99).</B></P>
<P>This type can be used when at least 64 bits of signed data storage are wanted, and speed is more of a concern than size.
In GCC4TI, its size is exactly 64 bits.</P>
<HR>
<H3><A NAME="int_fast8_t"><U>int_fast8_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">short</A></B> int_fast8_t;</TD></TR></TABLE></P>
<P><B>The fastest signed type with at least 8 bits (specified by C99).</B></P>
<P>This type can be used when at least 8 bits of signed data storage are wanted, and speed is more of a concern than size.
In GCC4TI, its size is 16 bits.</P>
<HR>
<H3><A NAME="int_least16_t"><U>int_least16_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">short</A></B> <B><A HREF="keywords.html#int">int</A></B> int_least16_t;</TD></TR></TABLE></P>
<P><B>A signed type with at least 16 bits (specified by C99).</B></P>
<P>This type can be used when at least 16 bits of signed data storage are wanted. In GCC4TI, its size is exactly 16 bits.</P>
<HR>
<H3><A NAME="int_least32_t"><U>int_least32_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">long</A></B> int_least32_t;</TD></TR></TABLE></P>
<P><B>A signed type with at least 32 bits (specified by C99).</B></P>
<P>This type can be used when at least 32 bits of signed data storage are wanted. In GCC4TI, its size is exactly 32 bits.</P>
<HR>
<H3><A NAME="int_least64_t"><U>int_least64_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">long</A></B> <B><A HREF="keywords.html#short">long</A></B> <B><A HREF="keywords.html#int">int</A></B> int_least64_t;</TD></TR></TABLE></P>
<P><B>A signed type with at least 64 bits (specified by C99).</B></P>
<P>This type can be used when at least 64 bits of signed data storage are wanted. In GCC4TI, its size is exactly 64 bits.</P>
<HR>
<H3><A NAME="int_least8_t"><U>int_least8_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">signed</A></B> <B><A HREF="keywords.html#int">char</A></B> int_least8_t;</TD></TR></TABLE></P>
<P><B>A signed type with at least 8 bits (specified by C99).</B></P>
<P>This type can be used when at least 8 bits of signed data storage are wanted. In GCC4TI, its size is exactly 8 bits.</P>
<HR>
<H3><A NAME="int16_t"><U>int16_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">short</A></B> int16_t;</TD></TR></TABLE></P>
<P><B>A 16-bit signed fixed-width type specified by C99.</B></P>
<P>This type can be used when exactly 16 bits of signed data storage are wanted.</P>
<HR>
<H3><A NAME="int32_t"><U>int32_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">long</A></B> int32_t;</TD></TR></TABLE></P>
<P><B>A 32-bit signed fixed-width type specified by C99.</B></P>
<P>This type can be used when exactly 32 bits of signed data storage are wanted.</P>
<HR>
<H3><A NAME="int64_t"><U>int64_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">long</A></B> <B><A HREF="keywords.html#short">long</A></B> int64_t;</TD></TR></TABLE></P>
<P><B>A 64-bit signed fixed-width type specified by C99.</B></P>
<P>This type can be used when exactly 64 bits of signed data storage are wanted.</P>
<HR>
<H3><A NAME="int8_t"><U>int8_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">signed</A></B> <B><A HREF="keywords.html#int">char</A></B> int8_t;</TD></TR></TABLE></P>
<P><B>An 8-bit signed fixed-width type specified by C99.</B></P>
<P>This type can be used when exactly 8 bits of signed data storage are wanted.</P>
<HR>
<H3><A NAME="intmax_t"><U>intmax_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">long</A></B> <B><A HREF="keywords.html#short">long</A></B> intmax_t;</TD></TR></TABLE></P>
<P><B>The largest signed integer on this platform (specified by C99).</B></P>
<P>This type can be used when one wants the widest possible signed integer on the platform. In GCC4TI, this type
is exactly 64 bits.</P>
<HR>
<H3><A NAME="intptr_t"><U>intptr_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">long</A></B> intptr_t;</TD></TR></TABLE></P>
<P><B>A signed integer large enough to hold a void* pointer (specified by C99).</B></P>
<P>This type can be used when one wants to store a pointer value in a signed integer.</P>
<HR>
<H3><A NAME="uint_fast16_t"><U>uint_fast16_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">unsigned</A></B> <B><A HREF="keywords.html#short">short</A></B> uint_fast16_t;</TD></TR></TABLE></P>
<P><B>The fastest unsigned type with at least 16 bits (specified by C99).</B></P>
<P>This type can be used when at least 16 bits of unsigned data storage are wanted, and speed is more of a concern than size.
In GCC4TI, its size is exactly 16 bits.</P>
<HR>
<H3><A NAME="uint_fast32_t"><U>uint_fast32_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">unsigned</A></B> <B><A HREF="keywords.html#short">long</A></B> uint_fast32_t;</TD></TR></TABLE></P>
<P><B>The fastest unsigned type with at least 32 bits (specified by C99).</B></P>
<P>This type can be used when at least 32 bits of unsigned data storage are wanted, and speed is more of a concern than size.
In GCC4TI, its size is exactly 32 bits.</P>
<HR>
<H3><A NAME="uint_fast64_t"><U>uint_fast64_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">unsigned</A></B> <B><A HREF="keywords.html#short">long</A></B> <B><A HREF="keywords.html#short">long</A></B> uint_fast64_t;</TD></TR></TABLE></P>
<P><B>The fastest unsigned type with at least 64 bits (specified by C99).</B></P>
<P>This type can be used when at least 64 bits of unsigned data storage are wanted, and speed is more of a concern than size.
In GCC4TI, its size is exactly 64 bits.</P>
<HR>
<H3><A NAME="uint_fast8_t"><U>uint_fast8_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">unsigned</A></B> <B><A HREF="keywords.html#short">short</A></B> uint_fast8_t;</TD></TR></TABLE></P>
<P><B>The fastest unsigned type with at least 8 bits (specified by C99).</B></P>
<P>This type can be used when at least 8 bits of unsigned data storage are wanted, and speed is more of a concern than size.
In GCC4TI, its size is 16 bits.</P>
<HR>
<H3><A NAME="uint_least16_t"><U>uint_least16_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">unsigned</A></B> <B><A HREF="keywords.html#short">short</A></B> uint_least16_t;</TD></TR></TABLE></P>
<P><B>An unsigned type with at least 16 bits (specified by C99).</B></P>
<P>This type can be used when at least 16 bits of unsigned data storage are wanted. In GCC4TI, its size is exactly 16 bits.</P>
<HR>
<H3><A NAME="uint_least32_t"><U>uint_least32_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">unsigned</A></B> <B><A HREF="keywords.html#short">long</A></B> uint_least32_t;</TD></TR></TABLE></P>
<P><B>An unsigned type with at least 32 bits (specified by C99).</B></P>
<P>This type can be used when at least 32 bits of unsigned data storage are wanted. In GCC4TI, its size is exactly 32 bits.</P>
<HR>
<H3><A NAME="uint_least64_t"><U>uint_least64_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">unsigned</A></B> <B><A HREF="keywords.html#short">long</A></B> <B><A HREF="keywords.html#short">long</A></B> uint_least64_t;</TD></TR></TABLE></P>
<P><B>An unsigned type with at least 64 bits (specified by C99).</B></P>
<P>This type can be used when at least 64 bits of unsigned data storage are wanted. In GCC4TI, its size is exactly 64 bits.</P>
<HR>
<H3><A NAME="uint_least8_t"><U>uint_least8_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">unsigned</A></B> <B><A HREF="keywords.html#int">char</A></B> uint_least8_t;</TD></TR></TABLE></P>
<P><B>An unsigned type with at least 8 bits (specified by C99).</B></P>
<P>This type can be used when at least 8 bits of unsigned data storage are wanted. In GCC4TI, its size is exactly 8 bits.</P>
<HR>
<H3><A NAME="uint16_t"><U>uint16_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">unsigned</A></B> <B><A HREF="keywords.html#short">short</A></B> uint16_t;</TD></TR></TABLE></P>
<P><B>A 16-bit type unsigned fixed-width type specified by C99.</B></P>
<P>This type can be used when exactly 16 bits of unsigned data storage are wanted.</P>
<HR>
<H3><A NAME="uint32_t"><U>uint32_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">unsigned</A></B> <B><A HREF="keywords.html#short">long</A></B> uint32_t;</TD></TR></TABLE></P>
<P><B>A 32-bit type unsigned fixed-width type specified by C99.</B></P>
<P>This type can be used when exactly 32 bits of unsigned data storage are wanted.</P>
<HR>
<H3><A NAME="uint64_t"><U>uint64_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">unsigned</A></B> <B><A HREF="keywords.html#short">long</A></B> <B><A HREF="keywords.html#short">long</A></B> uint64_t;</TD></TR></TABLE></P>
<P><B>A 64-bit type unsigned fixed-width type specified by C99.</B></P>
<P>This type can be used when exactly 64 bits of unsigned data storage are wanted.</P>
<HR>
<H3><A NAME="uint8_t"><U>uint8_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">unsigned</A></B> <B><A HREF="keywords.html#int">char</A></B> uint8_t;</TD></TR></TABLE></P>
<P><B>An 8-bit type unsigned fixed-width type specified by C99.</B></P>
<P>This type can be used when exactly 8 bits of unsigned data storage are wanted.</P>
<HR>
<H3><A NAME="uintmax_t"><U>uintmax_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">unsigned</A></B> <B><A HREF="keywords.html#short">long</A></B> <B><A HREF="keywords.html#short">long</A></B> uintmax_t;</TD></TR></TABLE></P>
<P><B>The largest unsigned integer on this platform (specified by C99).</B></P>
<P>This type can be used when one wants the widest possible unsigned integer on the platform. In GCC4TI, this type
is exactly 64 bits.</P>
<HR>
<H3><A NAME="uintptr_t"><U>uintptr_t</U></A></H3>
<P><TABLE BORDER="1" CELLPADDING="2"><TR><TD CLASS="CODE"><B><A HREF="keywords.html#typedef">typedef</A></B> <B><A HREF="keywords.html#short">unsigned</A></B> <B><A HREF="keywords.html#short">long</A></B> uintptr_t;</TD></TR></TABLE></P>
<P><B>An unsigned integer large enough to hold a void* pointer (specified by C99).</B></P>
<P>This type can be used when one wants to store a pointer value in an unsigned integer.</P>
<HR>
<H3><A HREF="index.html">Return to the main index</A></H3>
</BODY>
</HTML>