]>
Commit | Line | Data |
---|---|---|
bd6521f0 A |
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__) */ |