2 * Copyright 2010, Stephan Aßmus <superstippi@gmx.de>
3 * Distributed under the terms of the MIT License.
5 #ifndef DURATION_TO_STRING_H
6 #define DURATION_TO_STRING_H
9 #include <SupportDefs.h>
12 void duration_to_string(int32 seconds
, char* string
, size_t stringSize
);
15 #endif // DURATION_TO_STRING_H