summaryrefslogtreecommitdiff
path: root/asl/format.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'asl/format.hpp')
-rw-r--r--asl/format.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/asl/format.hpp b/asl/format.hpp
index 9504701..ac51693 100644
--- a/asl/format.hpp
+++ b/asl/format.hpp
@@ -102,4 +102,6 @@ void AslFormat(Formatter& f, int16_t);
void AslFormat(Formatter& f, int32_t);
void AslFormat(Formatter& f, int64_t);
+string_view format_uint64(uint64_t value, span<char, 20> buffer);
+
} // namespace asl