]> git.saurik.com Git - apple/system_cmds.git/blob - CPPUtil/UtilPrettyPrinting.hpp
system_cmds-671.10.3.tar.gz
[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__) */