COHERENT help

This page displays the COHERENT help information for statfs.

Listing of available help pages


statfs() -- Get information about a file system

#include <sys/types.h>
#include <sys/statfs.h>
int statfs (path, buffer, length, fstype)
char *path;
struct statfs *buffer;
int length, fstype;