prstat(l) BEGEMOT Library prstat(l)NAME
prstat - print struct stat human readable on a fileSYNOPSIS
# include <begemot.h> # include <sys/types.h> # include <sys/stat.h> void prstat(FILE *fp, const struct stat *statb);DESCRIPTION
This function prints a human readable interpretation of the contents of the statb to the file fp.SEE ALSO
stat(5)BUGS
Not 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. BEGEMOT 5 June 1996 prstat(l)