NAME
dsizeof - return size of RMS data typeSYNOPSIS
#includeint dsizeof (type) int type; DESCRIPTION
Dsizeof returns the size of the data type specified by the parameter type. The type parameter is one of the data types (such as MONEY_TYPE) defined in the include file. This function is analogous to the sizeof function of the C compiler except that dsizeof is passed an RMS data type name. SEE ALSO
Chapter 4, RMS Programming Guide