cctools
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
dttools
src
disk_info.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2003-2004 Douglas Thain and the University of Wisconsin
3
Copyright (C) 2005- The University of Notre Dame
4
This software is distributed under the GNU General Public License.
5
See the file COPYING for details.
6
*/
7
8
#ifndef DISK_INFO_H
9
#define DISK_INFO_H
10
11
#include "int_sizes.h"
12
23
int
disk_info_get
(
const
char
*path, UINT64_T * avail, UINT64_T * total);
24
25
#endif
disk_info_get
int disk_info_get(const char *path, UINT64_T *avail, UINT64_T *total)
Get the total and available space on a disk.
Generated by
1.8.9.1