Back to home page

Enduro/X

 
 

    


0001 BERROR(3)
0002 =========
0003 :doctype: manpage
0004 
0005 
0006 NAME
0007 ----
0008 B_error - Print the error message to *stderr*
0009 
0010 
0011 SYNOPSIS
0012 --------
0013 
0014 #include <ubf.h>
0015 
0016 void B_error (char *'str');
0017 
0018 Link with '-lubf -lnstd -lm -lpthread'
0019 
0020 DESCRIPTION
0021 -----------
0022 The principle is similar to *perror()* POSIX function call. Function prints the 
0023 last UBF error message including user message (in 'str') to *stderr*.
0024 
0025 RETURN VALUE
0026 ------------
0027 Function is void and does not return value.
0028 
0029 EXAMPLE
0030 -------
0031 See *ubftest/test_expr.c* for sample code.
0032 
0033 BUGS
0034 ----
0035 Report bugs to support@mavimax.com
0036 
0037 SEE ALSO
0038 --------
0039 *CBchg(3)* *Badd(3)* *Binit(3)* *Bstrerror(3)* *Berror(3)*
0040 
0041 COPYING
0042 -------
0043 (C) Mavimax, Ltd
0044