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