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

tar_block_read, tar_block_write - macros to call read and write functions for the correct tar archive

Description

       The tar_block_read() and tar_block_write() macros call the read and write functions for the  tar  archive
       type associated with the TAR handle t.  This type is set when the TAR handle is created using tar_open().

Name

       tar_block_read,  tar_block_write  -  macros  to call read and write functions for the correct tar archive
       type

Return Value

       These macros return the same values as the corresponding read and write functions.

See Also

read(2), write(2), tar_open(3)

University of Illinois                              Jan 2001                                   tar_block_read(3)

Synopsis

#include<libtar.h>inttar_block_read(TAR*t,char*buf);inttar_block_write(TAR*t,char*buf);

Version

       This man page documents version 1.2 of libtar.

See Also