Number Formats


Two enumerated typedefs are used to identify integer and real number formats. They are called T_INT_FORMAT and T_REAL_FORMAT. These enumerated values are returned by TutGetIntFormat and TutGetRealFormat, respectively. They identify the different integer and real number formats used by the computer where the program is running.

Integer Format
Definition
Invalid Format
T_INT_FORMAT_INVALID
Little Endian
T_INT_LITTLE_ENDIAN
Big Endian
T_INT_BIG_ENDIAN

Real Number Format
Definition
Invalid format
T_REAL_FORMAT_INVALID
DEC D Format (VAX default)
T_REAL_DEC_D
DEC G Format (Alpha AXP default)
T_REAL_DEC_G
IEEE Format
T_REAL_IEEE
IBM 370 Format
T_REAL_IBM_370


TIBCO SmartSockets™ Utilities
Software Release 6.8, July 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com