]> git.saurik.com Git - apple/system_cmds.git/blob - CPPUtil/UtilPrettyPrinting.hpp
c27fb96719bde8d75b714cafebe9b211e46ab49a
[apple/system_cmds.git] / CPPUtil / UtilPrettyPrinting.hpp
1 //
2 // UtilPrettyPrinting.h
3 // CPPUtil
4 //
5 // Created by James McIlree on 9/8/13.
6 // Copyright (c) 2013 Apple. All rights reserved.
7 //
8
9 #ifndef __CPPUtil__UtilPrettyPrinting__
10 #define __CPPUtil__UtilPrettyPrinting__
11
12 std::string formated_byte_size(uint64_t bytes);
13
14 #endif /* defined(__CPPUtil__UtilPrettyPrinting__) */