th_print_long_ls - Man Page
print out information about a tar file header
Synopsis
#include <libtar.h>
void th_print_long_ls(TAR *t);
void th_print(TAR *t);
Version
This man page documents version 1.2 of libtar.
Description
The th_print_long_ls() function prints a line to stdout which describes the file pointed to by the current file header associated with the TAR handle t. The output is similar to that of "ls -l".
The th_print() function prints the value of each field of the current file header associated with the TAR handle t to stdout. This is mainly used for debugging purposes.
See Also
Referenced By
The man page th_print(3) is an alias of th_print_long_ls(3).
Jan 2001 University of Illinois C Library Calls