Luna/libluna/include/luna/Units.h

7 lines
175 B
C
Raw Normal View History

2022-11-30 11:42:11 +00:00
#pragma once
#include <luna/Result.h>
#include <luna/String.h>
2022-11-30 11:42:11 +00:00
usize to_dynamic_unit_cstr(usize value, char* buffer, usize max);
Result<String> to_dynamic_unit(usize value);