iob_bytesleft(3) debian man page | unix.com

Man Page: iob_bytesleft

Operating Environment: debian

Section: 3

iob_bytesleft(3)					     Library Functions Manual						  iob_bytesleft(3)

NAME
iob_bytesleft - how many bytes are still to be sent?
SYNTAX
#include <iob.h> uint64 iob_bytesleft(const io_batch* b);
DESCRIPTION
iob_bytesleft returns the number of bytes that still need to be sent in this IO batch. If you just want to see whether you need to call iob_send again, there is no advantage in this function to calling iob_send directly and looking whether it returned 0.
SEE ALSO
iob_send(3) iob_bytesleft(3)
Related Man Pages
mblen_l(3) - mojave
io_tryread(3) - debian
io_waitread(3) - debian
iob_new(3) - debian
strpbrk(3) - osf1
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph