DSIZEOF C-3


NAME



dsizeof - return size of RMS data type

SYNOPSIS



#include

int 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