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

Fldno (3FML)

Fldno (3FML)

Name

Fldno, Fldno32-map field identifier to field number

#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(3), Fldid(3), Fldtype(3)



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