/
Simple data types

Simple data types

The EXPRESS simple data types are represented in SDAI C bindings in the following manner:
INTEGER typedef long SdaiInteger;
REAL typedef double SdaiReal;
BOOLEAN typedef long SdaiBoolean;
LOGICAL typedef long SdaiLogical;
STRING typedef char *SdaiString;
BINARY typedef char *SdaiBinary;

Related content