RM A 1 52 Names of Predefined Numeric Types (GNAT Reference Manual) (original) (raw)
Next: RM A.3.2(49): Ada.Characters.Handling, Previous: RM 13.13.2(1.6): Stream Oriented Attributes, Up: Implementation Advice [Contents][Index]
6.33 RM A.1(52): Names of Predefined Numeric Types ¶
“If an implementation provides additional named predefined integer types, then the names should end with
Integer
as inLong_Integer
. If an implementation provides additional named predefined floating point types, then the names should end withFloat
as inLong_Float
.”
Followed.