7 lines
175 B
C
Raw Normal View History

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