Skip Navigation Links | |
Exit Print View | |
Oracle Solaris Studio 12.3: C User's Guide Oracle Solaris Studio 12.3 Information Library |
1. Introduction to the C Compiler
2. C-Compiler Implementation-Specific Information
7. Converting Applications for a 64-Bit Environment
8. cscope: Interactively Examining a C Program
A. Compiler Options Grouped by Functionality
B. C Compiler Options Reference
C. Implementation-Defined ISO/IEC C99 Behavior
E. Implementation-Defined ISO/IEC C90 Behavior
F.2.2 Floating-Point Representations
F.2.4 Hexadecimal Representation of Selected Numbers
F.2.7 Arithmetic Operations on Exceptional Values
F.3 Argument-Passing Mechanism
H. Oracle Solaris Studio C: Differences Between K&R C and ISO C
The following table shows the data types and how they are represented. Sizes are in bytes.
Note - Storage allocated on the stack (identifiers with internal, or automatic, linkage) should be limited to 2 gigabytes or less.
Table F-1 Storage Allocation for Data Types
|