Next: ftell, Previous: fsetpos, Up: C library functions [Index]
fstat
Function#include <sys/types.h> #include <sys/stat.h> #include <unistd.h> String new path; Integer new result; struct stat statbuf; path = "/home/user/.profile"; result = fstat (path, &statbuf);