Hey all,
I was looking for a C library to give me filesystem information just like the "df -h" command does. I don't want to shell out and call it with system() to make it as efficient as possible. Are there any libraries that will allow me to do this? My OS is Solaris.

Thanks,
Scott