root/src/bin/debug/strace/util.h
/*
 * Copyright 2025, Haiku Inc. All rights reserved.
 * Distributed under the terms of the MIT License.
 */


#include <time.h>

#include "Context.h"


string format_timespec(Context &context, timespec time);
string format_unsigned(uint32 value);
string format_unsigned64(uint64 value);