vrb_is_not_full(3) - Linux man page
Name
vrb_is_not_full - indicate if VRB is not_fullLibrary
-lvrbSynopsis
#include <vrb.h>int vrb_is_not_full(vrb_p vrb);
Description
vrb_is_not_full returns false or true to indicate if the specified virtual ring buffer is full or not.Arguments
vrb_p vrbspecifies the virtual ring buffer to examine
Return Value
If the virtual ring buffer is not full, 1 is returned, otherwise 0 is returned.