vfs: check userland buffers before reading them.
[haiku.git] / headers / private / shared / StringForSize.h
blobab9a51209548a029526d202d3831d17a760d9345
1 /*
2 * Copyright 2010 Haiku Inc. All rights reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef STRING_FOR_SIZE_H
6 #define STRING_FOR_SIZE_H
8 #include <SupportDefs.h>
11 namespace BPrivate {
14 const char* string_for_size(double size, char* string, size_t stringSize);
17 } // namespace BPrivate
20 using BPrivate::string_for_size;
23 #endif // STRING_FOR_SIZE_H