BFLDTYPE(3)


Table of Contents

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

1. NAME

Bfldtype - Return the filed type for compiled field id

2. SYNOPSIS

#include <ubf.h>

int Bfldtype (BFLDID bfldid);

Link with -lubf -lnstd -lm -lpthread

3. DESCRIPTION

Return the field type of compiled filed id in bfldid.

4. RETURN VALUE

On success, Bfldtype() returns the filed type (See BFLD_SHORT,..,BFLD_CARRAY constants); on error, -1 is returned, with Berror set to indicate the error.

5. ERRORS

Function does not return errors. In case of invalid field (first bits bad higher than BFLD_CARRAY), and invalid type will be returned.

6. BUGS

Report bugs to support@mavimax.com

7. SEE ALSO

Blen(3) Binit(3) Btype(3)

8. COPYING

© Mavimax, Ltd