diff subopt-helper.h @ 14736:2ef20aa3623b

Move generic tests to a common place.
author al
date Sat, 19 Feb 2005 20:14:00 +0000
parents 00c3c4111017
children 7e4fa8fc255c
line wrap: on
line diff
--- a/subopt-helper.h	Sat Feb 19 14:58:39 2005 +0000
+++ b/subopt-helper.h	Sat Feb 19 20:14:00 2005 +0000
@@ -39,4 +39,8 @@
   char const * str;  ///< pointer to position inside the parse string
 } strarg_t;
 
+
+int int_non_neg( int * i );
+int int_pos( int * i );
+
 #endif