2 // UtilPrettyPrinting.h
5 // Created by James McIlree on 9/8/13.
6 // Copyright (c) 2013 Apple. All rights reserved.
9 #ifndef __CPPUtil__UtilPrettyPrinting__
10 #define __CPPUtil__UtilPrettyPrinting__
12 std::string formated_byte_size(uint64_t bytes);
14 #endif /* defined(__CPPUtil__UtilPrettyPrinting__) */