BTYPE(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

Btype - return then type description of the compiled field id

2. SYNOPSIS

#include <ubf.h>

char * Btype (BFLDID bfldid);

Link with -lubf -lnstd -lm -lpthread

3. DESCRIPTION

Return the type description of compiled field id. Possible values short, long, char, float, double, string, carray.

4. RETURN VALUE

On success, Btype() returns the type description. On failure function returns NULL.

5. ERRORS

Note that Bstrerror() returns generic error message plus custom message with debug info from last function call.

BTYPERR Invalid field - bad type extracted from oldest bits.

6. EXAMPLE

See ubftest/ubfunit1.c for sample code.

7. BUGS

Report bugs to support@mavimax.com

8. SEE ALSO

Bfldtype(3)

9. COPYING

© Mavimax, Ltd