Rechercher une page de manuel
tar_block_read
Langue: en
Version: 84735 (ubuntu - 01/11/07)
Section: 3 (Bibliothèques de fonctions)
NAME
tar_block_read, tar_block_write - macros to call read and write functions for the correct tar archive typeSYNOPSIS
#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)
Aimer c'est souffrir. Pour éviter de souffrir, on doit ne pas aimer,
mais alors on souffre de ne pas aimer.
C'est pourquoi, aimer c'est souffrir, ne pas aimer c'est souffrir et
souffrir c'est souffrir. Être heureux c'est aimer, être heureux c'est
donc souffrir mais souffrir rend malheureux. En conséquence, pour être
malheureux, on doit aimer, aimer souffrir et souffrir d'être trop
heureux.
J'espère que vous me suivez...
-+- Woody Allen -+-
mais alors on souffre de ne pas aimer.
C'est pourquoi, aimer c'est souffrir, ne pas aimer c'est souffrir et
souffrir c'est souffrir. Être heureux c'est aimer, être heureux c'est
donc souffrir mais souffrir rend malheureux. En conséquence, pour être
malheureux, on doit aimer, aimer souffrir et souffrir d'être trop
heureux.
J'espère que vous me suivez...
-+- Woody Allen -+-
Contenus ©2006-2008 Benjamin Poulain
Design ©2006-2008 Maxime Vantorre