Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 372 Bytes

Readme.md

File metadata and controls

22 lines (14 loc) · 372 Bytes

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