Skip to content

A small and simple shared C library which provides an extended statfs structure for Linux

Notifications You must be signed in to change notification settings

DarrenKirby/libstatfsext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

README

This here is a small and simple shared c library that implements two functions 
inspired by the BSD libc:

1. statfs_ext()

This is the same as the standard linux statfs() call except the struct retured 
has a few more useful fields added.

2. getfsstat_linux()

This is an implementation of the BSD getfsstat() call, which returns an array 
of statfs_ext structs, one for every mounted file system.

Author: Darren Kirby
Bugs: [email protected]

About

A small and simple shared C library which provides an extended statfs structure for Linux

Resources

Stars

Watchers

Forks

Packages

No packages published