2022-11-30 11:42:11 +00:00
|
|
|
#pragma once
|
2022-12-16 17:18:24 +00:00
|
|
|
#include <luna/OwnedStringView.h>
|
2022-12-04 11:42:43 +00:00
|
|
|
#include <luna/Result.h>
|
2022-11-30 11:42:11 +00:00
|
|
|
|
2022-12-16 17:32:29 +00:00
|
|
|
usize to_dynamic_unit_cstr(usize value, char* buffer, usize max);
|
2023-01-02 12:07:29 +00:00
|
|
|
Result<OwnedStringView> to_dynamic_unit(usize value);
|