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

Fpres (3FML)

Fpres (3FML)

Name

Fpres, Fpres32-true if field occurrence is present in buffer

#include <stdio.h>  

#include "fml.h"

int
Fpres(FBFR *fbfr, FLDID fieldid, FLDOCC oc)

#include "fml32.h"

int
Fpres32(FBFR32 *fbfr, FLDID32 fieldid, FLDOCC32 oc)

Description

Fpres() is used to detect if a given occurrence, oc, of a specified field, fieldid, exists in the buffer pointed to by fbfr.

Fpres32 is used with 32-bit FML.

Return Values

Fpres() returns true (1) if the specified occurrence exists and false (0) otherwise.

See Also

Fintro(3), Ffind(3), Fnum(3), Foccur(3)



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