/* * Copyright 2010, Stephan Aßmus * Distributed under the terms of the MIT License. */ #ifndef DURATION_TO_STRING_H #define DURATION_TO_STRING_H #include void duration_to_string(int32 seconds, char* string, size_t stringSize); #endif // DURATION_TO_STRING_H