Back to home page

Enduro/X

 
 

    


0001 BISUBF(3)
0002 =========
0003 :doctype: manpage
0004 
0005 
0006 NAME
0007 ----
0008 Bisubf - Test is buffer UBF type
0009 
0010 
0011 SYNOPSIS
0012 --------
0013 
0014 #include <ubf.h>
0015 
0016 int Bisubf (UBFH *'p_ub');
0017 
0018 Link with '-lubf -lnstd -lm -lpthread'
0019 
0020 DESCRIPTION
0021 -----------
0022 Test the buffer type. Returns the *1* if 'p_ub' buffer is UBF, *0* if buffer is not UBF.
0023 
0024 RETURN VALUE
0025 ------------
0026 Returns *1* if buffer is UBF, *0* if it is not UBF.
0027 
0028 
0029 ERRORS
0030 ------
0031 No errors returned by this function.
0032 
0033 EXAMPLE
0034 -------
0035 See *ubftest/ubfunit1.c* for sample code.
0036 
0037 BUGS
0038 ----
0039 Report bugs to support@mavimax.com
0040 
0041 SEE ALSO
0042 --------
0043 *Binit(3)*
0044 
0045 COPYING
0046 -------
0047 (C) Mavimax, Ltd
0048