Fielded, Fielded32 - return true if buffer is fielded
#include <stdio.h> #include "fml.h" int Fielded(FBFR *fbfr) #include "fml32.h" int Fielded32(FBFR32 *fbfr)
Fielded() is used to test whether the specified buffer is fielded. fbfr is a pointer to a fielded buffer.
Fielded32 is used with 32-bit FML.
Fielded() returns true (1) if the buffer is fielded. It returns false (0) if the buffer is not fielded and does not set Ferror in this case.