User Tools

Site Tools


Sidebar

Table Of Contents

endurox:v7.5.x:api:ubf:b_error.3

berror

Name

B_error — Print the error message to *stderr*

Synopsis

#include <ubf.h>

void B_error (char *str);

Link with -lubf -lnstd -lm -lpthread

DESCRIPTION

The principle is similar to perror() POSIX function call. Function prints the last UBF error message including user message (in str) to stderr.

RETURN VALUE

Function is void and does not return value.

EXAMPLE

See ubftest/test_expr.c for sample code.

BUGS

Report bugs to support@mavimax.com

COPYING

© Mavimax, Ltd