⛏️ index : haiku.git

/*
 * Copyright 2010, Stephan Aßmus <superstippi@gmx.de>
 * Distributed under the terms of the MIT License.
 */
#ifndef DURATION_TO_STRING_H
#define DURATION_TO_STRING_H


#include <SupportDefs.h>


void duration_to_string(int32 seconds, char* string, size_t stringSize);


#endif // DURATION_TO_STRING_H