1th_print_long_ls(3) C Library Calls th_print_long_ls(3)
2
3
4
6 th_print, th_print_long_ls - print out information about a tar file
7 header
8
10 #include <libtar.h>
11
12 void th_print_long_ls(TAR *t);
13
14 void th_print(TAR *t);
15
17 This man page documents version 1.2 of libtar.
18
20 The th_print_long_ls() function prints a line to stdout which describes
21 the file pointed to by the current file header associated with the TAR
22 handle t. The output is similar to that of "ls -l".
23
24 The th_print() function prints the value of each field of the current
25 file header associated with the TAR handle t to stdout. This is mainly
26 used for debugging purposes.
27
29 tar_open(3), th_read(3)
30
31
32
33University of Illinois Jan 2001 th_print_long_ls(3)