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
|
TIBCO SmartSockets™ Utilities Software Release 6.8, July 2006 Copyright © TIBCO Software Inc. All rights reserved www.tibco.com |