summaryrefslogtreecommitdiff
path: root/string_utils.h
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:53:17 +0900
committerroot <root@avtech.domain.avtechpulse.com>1970-01-01 09:53:17 +0900
commitb3b9289e331287a6869fd4a91df62c479f30508c (patch)
treece9d3036bbc449d3bcd182e74dd5b5ada2acd75c /string_utils.h
parenteb0f47ea5e8367c6462d0dbe904afc495e04af4b (diff)
stronger checking of numeric parameter formats
Diffstat (limited to 'string_utils.h')
-rw-r--r--string_utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/string_utils.h b/string_utils.h
index 96c3583..73398da 100644
--- a/string_utils.h
+++ b/string_utils.h
@@ -5,6 +5,7 @@
void Float_To_Text(int decimal_digits,float number_in, gchar** text_out);
gboolean String_is_it_numeric(char *parameter);
+gboolean String_is_it_pos_int(char *parameter);
void String_Parameter_To_Text(float Float_To_Convert, int significant_digits,
char *start_string,char *units,gchar **LCD_string,int show_plus_sign, int width_of_column);
gchar* conditional_regex_replace (gboolean do_it, gchar* in_string, gchar* regex_string, gchar* replace_with);