|
NAMEfilestat() - copies file descriptor information to bufferSYNOPSIS#include <schily/stat.h> int filestat(f,buf) FILE *f; struct stat *buf; DESCRIPTIONfilestat() places system dependent information about the file f into the buffer buf.RETURNSReturns a value equal to or greater than zero when successful. Otherwise, returns -1 and sets the standard error code.NOTESThe size and the interpretation of the buffer is system dependent.
Visit the GSP FreeBSD Man Page Interface. |