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

Fielded (3FML)

Fielded (3FML)

Name

Fielded, Fielded32-return true if buffer is fielded

Synopsis

#include stdio.h>  
#include "fml.h"
int
Fielded(FBFR *fbfr)
#include "fml32.h"
int
Fielded32(FBFR32 *fbfr)

Description

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.

Return Values

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.

See Also

Fintro(3), Finit(3), Fneeded(3), Fsizeof(3)



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