]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/libc-extension.hh
* SConstruct: Further development.
[lilypond.git] / flower / include / libc-extension.hh
index 4a90fc6c507f4803d2ae337fa0556c3f19fa9d85..906e64a4d49503a612e0a9fced9c43e065a472ee 100644 (file)
@@ -3,18 +3,18 @@
 
   source file of the flowerlib
 
-  (c)  1997--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
-
 #ifndef LIBC_EXTENSION_HH
 #define LIBC_EXTENSION_HH
 
-#include "flower-proto.hh"
-#include "config.h"
 #include <cstddef>
 #include <stdarg.h>
 
+#include "config.hh"
+#include "flower-proto.hh"
+
 char* strnlwr (char* start ,int n);
 char* strnupr (char* start, int n);
 
@@ -31,14 +31,17 @@ int snprintf (char *str, size_t n, char const *format, ...);
 int vsnprintf (char *str, size_t, char const *format, va_list args);
 #endif
 
-
+#ifndef isinf
 #if !HAVE_ISINF                        // BSD extension 
 int isinf (double x);
-
+#endif
 #endif
 
+
 Byte *memrchr (Byte const * p, int n, char c);
 Byte *strrev (Byte* byte, int length_i);
 
 
+double my_round (double);
+
 #endif // LIBC_EXTENSION_HH