BFLDID(3)


Table of Contents

1. NAME
2. SYNOPSIS
3. DESCRIPTION
4. RETURN VALUE
5. ERRORS
6. EXAMPLE
7. BUGS
8. SEE ALSO
9. COPYING

1. NAME

Bfldid - Get UBF field id from field name

2. SYNOPSIS

#include <ubf.h>

BFLDID Bfldid (char *fldnm);

Link with -lubf -lnstd -lm -lpthread

3. DESCRIPTION

Get field id by field name passed in fldnm parameter. Note that field must be defined in field tables (fd files) (see ex_env(5), variables FIELDTBLS, FLDTBLDIR).

4. RETURN VALUE

On success, Bfldid() returns compiled file id; on error, BBADFLDID is returned.

5. ERRORS

No errors are returned by this function.

6. EXAMPLE

See ubftest/ubfunit1.c for sample code.

7. BUGS

Report bugs to support@mavimax.com

8. SEE ALSO

Bfname(3) Bflddbid(3)

9. COPYING

© Mavimax, Ltd