summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 2751e19)
raw | patch | inline | side by side (parent: 2751e19)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Sun, 18 Feb 2007 15:07:56 +0000 (15:07 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Sun, 18 Feb 2007 15:07:56 +0000 (15:07 +0000) |
src/number-opt-number.h | patch | blob | history |
index 51966a101b937b38d45864d6ec8cc84880c1b905..ef1675079b280a92060bc3758cace99a91f47f97 100644 (file)
--- a/src/number-opt-number.h
+++ b/src/number-opt-number.h
* Released under GNU GPL, read the file 'COPYING' for more information
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <glib.h>
#include <glib/gprintf.h>
//todo: use glib instead of stdlib
#include <stdlib.h>
#include "svg/stringstream.h"
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
+
+gdouble fixed_g_ascii_strtod (const gchar *nptr, gchar **endptr);
class NumberOptNumber {