diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-23 14:49:16 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-08-23 14:49:16 -0400 |
commit | 8ca8f7fbf06ac9ce5f2817e31d6bae330f243aa1 (patch) | |
tree | c4c5f0f70234d8dc3a6e3fc4995af0053e144035 /string_utils.h | |
parent | 913fc3cf402788ec671102f76ad27dc9436be6f6 (diff) |
added full error checker
Diffstat (limited to 'string_utils.h')
-rw-r--r-- | string_utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
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 <glib.h> -#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); |