bytes Convert bytelength strings such as "5kb" to a long long and vice versa. Installation Install with clib: $ clib install clibs/file long long string_to_bytes(const char *str); char * bytes_to_string(long long bytes); For usage view the tests