DSIZEOF C-3





Copyright (C) 1994-95 Conetic Software Systems, Inc. All names, products, and services mentioned are the trademarks of their respective organizations.



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