diff options
Diffstat (limited to 'src/diskinfo.h')
-rw-r--r-- | src/diskinfo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/diskinfo.h b/src/diskinfo.h new file mode 100644 index 0000000..9a4265f --- /dev/null +++ b/src/diskinfo.h @@ -0,0 +1,4 @@ +#include <stdio.h> +#include <stdlib.h> + +int disk_io_kb(char*, unsigned long long*, unsigned long long*); |