Documentation Home
>
Sun WorkShop Compiler C 5.0 User's Guide
>
Appendix B Implementation-Defined Behavior
>
Implementation Compared to the ANSI/ISO StandardT
>
Arrays and Pointers(G.3.7)
> (6.3.3.4, 7.1.1)The type of integer required to hold the maximum size of an array; that is, the type of the sizeof operator, size_t:
Sun WorkShop Compiler C 5.0 User's Guide
Previous
: Floating-Point(G.3.6)
Next
: (6.3.4)The result of casting a pointer to an integer, or vice versa:
(6.3.3.4, 7.1.1)The type of integer required to hold the maximum size of an array; that is, the type of the
sizeof
operator,
size_t
:
unsigned int
as defined in
stddef.h
.
unsigned
long
for
-Xarch=v9
Previous
: Floating-Point(G.3.6)
Next
: (6.3.4)The result of casting a pointer to an integer, or vice versa:
© 2010, Oracle Corporation and/or its affiliates