![]() |
![]()
| ![]() |
![]()
NAMEprstat - print struct stat human readable on a file SYNOPSIS# include <begemot.h> # include <sys/types.h> # include <sys/stat.h> void prstat(FILE *fp, const struct stat *statb); DESCRIPTIONThis function prints a human readable interpretation of the contents of the statb to the file fp. SEE ALSOstat(5) BUGSNot all fields have a meaning for all file types. Currently all fields are printed for all types. The microsecond parts of the times is missing.
|