Fnum
, Fnum32
-return count of all occurrences in buffer
#include <stdio.h>
#include "fml.h"
FLDOCC
Fnum(FBFR *fbfr)
#include "fml32.h"
FLDOCC32
Fnum32(FBFR32 *fbfr)
Fnum
() returns the number of fields contained in the specified buffer. fbfr is a pointer to a fielded buffer.
Fnum32
is used with 32-bit FML.
This function returns -1 on error and sets Ferror
to indicate the error condition.
Under the following conditions, Fnum
() fails and sets Ferror
to:
FALIGNERR
]
FNOTFLD
]
Finit
().
Fintro
(3), Foccur
(3), Fpres
(3)