cctools
display_size.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2012- The University of Notre Dame
3  * This software is distributed under the GNU General Public License.
4  * See the file COPYING for details.
5  * */
6 
7 #ifndef DISPLAY_SIZE_H
8 #define DISPLAY_SIZE_H
9 
10 #include "int_sizes.h"
11 #include "stdlib.h"
12 #include "string.h"
13 #include "stdio.h"
14 
17 char * human_readable_size(UINT64_T size);
18 
19 #endif