7 lines
193 B
C
Raw Normal View History

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