00001 /* 00002 * Copyright (C) 2012- The University of Notre Dame 00003 * This software is distributed under the GNU General Public License. 00004 * See the file COPYING for details. 00005 * */ 00006 00007 #ifndef DISPLAY_SIZE_H 00008 #define DISPLAY_SIZE_H 00009 00010 #include "int_sizes.h" 00011 #include "stdlib.h" 00012 #include "string.h" 00013 #include "stdio.h" 00014 00017 char * human_readable_size(UINT64_T size); 00018 00019 #endif