DSIZEOF C-3

NAME

dsizeof - return size of RMS data type

SYNOPSIS

#include <cbase/dtypes.h>

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 <cbase/dtypes.h>. 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