LIBRARY
-lvrbSYNOPSIS
#include <vrb.h>int vrb_is_not_empty(vrb_p vrb);
DESCRIPTION
vrb_is_not_empty returns false or true to indicate if the specified virtual ring buffer is empty or not.ARGUMENTS
vrb_p vrbspecifies the virtual ring buffer to examine
RETURN VALUE
intIf the virtual ring buffer is not empty, 1 is returned, otherwise 0 is returned.