Quote:
Originally Posted by sundanat
Hi,
How can i get ostatfs structure values using c program?
|
Well, the short answer is, you write a program to do it.
The longer answer is, what are you trying to accomplish, on what version/distro of Linux, and what have you done and tried on your own so far??? There is abundant documentation on os statfs:
http://linux.die.net/man/2/statfs
http://www.tutorialspoint.com/unix_s...lls/statfs.htm
...which you can easily find, and write your own program(s) to utilize.