Restore the "GPL licensing not permitted" in GLUT license headers.
[haiku.git] / headers / posix / monetary.h
blob0624f4c31cf1f5fe28cd9b540b7dfdd7c4ffdfc9
1 /*
2 * Copyright 2010-2012 Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _MONETARY_H_
6 #define _MONETARY_H_
9 #include <locale.h>
10 #include <stddef.h>
11 #include <sys/cdefs.h>
12 #include <sys/types.h>
15 __BEGIN_DECLS
17 extern ssize_t strfmon(char* s, size_t maxsize, const char* format, ...);
19 __END_DECLS
22 #endif /* _MONETARY_H_ */