tar_block_read(3) debian man page | unix.com

Man Page: tar_block_read

Operating Environment: debian

Section: 3

tar_block_read(3)						  C Library Calls						 tar_block_read(3)

NAME
tar_block_read, tar_block_write - macros to call read and write functions for the correct tar archive type
SYNOPSIS
#include <libtar.h> int tar_block_read(TAR *t, char *buf); int tar_block_write(TAR *t, char *buf);
VERSION
This man page documents version 1.2 of libtar.
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().
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)
Related Man Pages
th_get_crc(3) - centos
th_get_gid(3) - centos
th_get_uid(3) - centos
th_isblk(3) - centos
th_ischr(3) - centos
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com
New UNIX and Linux History Sections