diff options
author | Ashwini Kumar <ak.ashwini@gmail.com> | 2012-08-26 21:17:00 -0500 |
---|---|---|
committer | Ashwini Kumar <ak.ashwini@gmail.com> | 2012-08-26 21:17:00 -0500 |
commit | 1a0eedf795546171a7e84b47f0f02c7d286d2ec4 (patch) | |
tree | e2967e41f07c896bdaee27f3c18f95ee0d7cf20f /lib/lib.h | |
parent | aba51702273dde01e1473e7f8eaeed5a27d6c861 (diff) | |
download | toybox-1a0eedf795546171a7e84b47f0f02c7d286d2ec4.tar.gz |
Add du command.
Diffstat (limited to 'lib/lib.h')
-rw-r--r-- | lib/lib.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -174,3 +174,5 @@ mode_t string_to_mode(char *mode_str, mode_t base); int read_password(char * buff, int buflen, char* mesg); int update_password(char *filename, char* username, char* encrypted); +// du helper functions +char* make_human_readable(unsigned long long size, unsigned long unit); |