Main Page   Modules   Data Structures   Data Fields   Related Pages   Examples  

Basic types


Boolean type

#define TRUE   1
#define FALSE   0
typedef int vbi_bool

Functions

void vbi_version (unsigned int *major, unsigned int *minor, unsigned int *micro)

Function Documentation

void vbi_version ( unsigned int * major,
unsigned int * minor,
unsigned int * micro )
 

Parameters:
major   Store major number here, can be NULL.
minor   Store minor number here, can be NULL.
micro   Store micro number here, can be NULL.

Returns the library version defined in the libzvbi.h header file when the library was compiled.

Since:
0.2.5


Generated at Sun May 28 21:44:35 2006 for ZVBI Library by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001