From 8ca8f7fbf06ac9ce5f2817e31d6bae330f243aa1 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Thu, 23 Aug 2012 14:49:16 -0400 Subject: added full error checker --- string_utils.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'string_utils.h') diff --git a/string_utils.h b/string_utils.h index 9cb8c4f..c090000 100644 --- a/string_utils.h +++ b/string_utils.h @@ -3,8 +3,6 @@ #include -#define smallest_allowed_number 1.0e-18 - void Float_To_Text(int decimal_digits,float number_in, gchar** text_out); gboolean String_is_it_numeric(char *parameter); -- cgit