/* * Copyright 2025, Haiku Inc. All rights reserved. * Distributed under the terms of the MIT License. */ #include #include "Context.h" string format_timespec(Context &context, timespec time); string format_unsigned(uint32 value); string format_unsigned64(uint64 value);