Synopsis

(macro) int ddf_GetFieldTypeSize(int fld_typ)

Purpose

Get field type size.

Description

The size of the field type fld_typ is returned. This is equivalent to doing a sizeof on the field type. Although all field types will return a value, certain types of fields do not have a true size (e.g. ENDENT).

Input

fld_typ

Field type whose size is to be returned

Return

Size of fld_type.