]> git.saurik.com Git - apple/system_cmds.git/blobdiff - CPPUtil/UtilPrettyPrinting.hpp
system_cmds-643.30.1.tar.gz
[apple/system_cmds.git] / CPPUtil / UtilPrettyPrinting.hpp
diff --git a/CPPUtil/UtilPrettyPrinting.hpp b/CPPUtil/UtilPrettyPrinting.hpp
new file mode 100644 (file)
index 0000000..c27fb96
--- /dev/null
@@ -0,0 +1,14 @@
+//
+//  UtilPrettyPrinting.h
+//  CPPUtil
+//
+//  Created by James McIlree on 9/8/13.
+//  Copyright (c) 2013 Apple. All rights reserved.
+//
+
+#ifndef __CPPUtil__UtilPrettyPrinting__
+#define __CPPUtil__UtilPrettyPrinting__
+
+std::string formated_byte_size(uint64_t bytes);
+
+#endif /* defined(__CPPUtil__UtilPrettyPrinting__) */