Synopsis

(macro) char * ddf_GetFieldName(DDF_FLD *fld)

Purpose

Get field name.

Description

A pointer to the name of the DDF_FLD fld is returned. Since this function simply returns the location of the entry in the DDF, care must be taken to not change the information at the returned location.

Input

fld

Field whose name is to be returned

Return

A pointer to the field name of fld.