vrb_is_not_empty(3) - Linux man page
Name
vrb_is_not_empty - indicate if VRB is not_emptyLibrary
-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
If the virtual ring buffer is not empty, 1 is returned, otherwise 0 is returned.