logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

iob_bytesleft - how many bytes are still to be sent?

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.

Name

       iob_bytesleft - how many bytes are still to be sent?

See Also

iob_send(3)

                                                                                                iob_bytesleft(3)

Syntax

#include<libowfat/iob.h>

       uint64 iob_bytesleft(const io_batch* b);

See Also