[Top] [Prev] [Next] [Bottom]

Fldtype (3FML)

Fldtype (3FML)

Name

Fldtype, Fldtype32-map field identifier to field type

Synopsis

#include <stdio.h>  
#include "fml.h"

int
Fldtype(FLDID fieldid)

#include "fml32.h"

int
Fldtype32(FLDID32 fieldid)

Description

Fldtype() accepts a field identifier, fieldid, and returns the field type contained in the identifier (an integer), as defined in fml.h.

Fldtype32 is used with 32-bit FML.

Return Values

This function returns the field type.

See Also

Fintro(3), Fldid(3), Fldno(3)



[Top] [Prev] [Next] [Bottom]