statvfs.h
Overview
Related Modules:
Description:
Provides a function and structure related to file system information operation, for example, viewing file system information.
Since:
1.0
Version:
1.0
Summary
Data Structures
| Data Structure Name | Description |
|---|---|
| statvfs | Describes file system information. |
Functions
| Function Name | Description |
|---|---|
| statvfs (const char __restrict path, struct statvfs __restrict buf) | int Obtains the file system information. |
