vrb_is_not_full(3) indicate if VRB is not_full

LIBRARY

-lvrb

SYNOPSIS

#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 vrb
specifies the virtual ring buffer to examine

RETURN VALUE

int
If the virtual ring buffer is not full, 1 is returned, otherwise 0 is returned.