Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 379 Bytes

Readme.md

File metadata and controls

24 lines (15 loc) · 379 Bytes

bytes

Convert bytelength strings such as "5kb" to a long long and vice versa.

Installation

Install with clib:

$ clib install clibs/file

API

long long
string_to_bytes(const char *str);

char *
bytes_to_string(long long bytes);

For usage view the tests