vfs: check userland buffers before reading them.
[haiku.git] / src / apps / mediaplayer / support / DurationToString.h
blob990bb8d407c1164ebffd46246a221cf8f52b0a4a
1 /*
2 * Copyright 2010, Stephan Aßmus <superstippi@gmx.de>
3 * Distributed under the terms of the MIT License.
4 */
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