PURPOSE

Fldno, Fldno32 - map field identifier to field number

SYNOPSIS


#include <stdio.h>
#include "fml.h"
int
Fldno(FLDID fieldid)
#include "fml32.h"
long
Fldno32(FLDID32 fieldid)

DESCRIPTION

Fldno(\|) accepts a field identifier, fieldid, as a parameter and returns the field number contained in the identifier.

Fldno32 is used with 32-bit FML.

RETURN VALUES

This function returns the field number and does not return an error.

SEE ALSO

Fintro(3fml), Fldid(3fml), Fldtype(3fml)