Fldtype, Fldtype32 - map field identifier to field type
#include <stdio.h> #include "fml.h" int Fldtype(FLDID fieldid) #include "fml32.h" int Fldtype32(FLDID32 fieldid)
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.
This function returns the field type.