PURPOSE

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(3fml), Fldid(3fml), Fldno(3fml)