comparison 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
comparison
equal deleted inserted replaced
14735:44810b387934 14736:2ef20aa3623b
37 { 37 {
38 int len; ///< length of the string determined by the parser 38 int len; ///< length of the string determined by the parser
39 char const * str; ///< pointer to position inside the parse string 39 char const * str; ///< pointer to position inside the parse string
40 } strarg_t; 40 } strarg_t;
41 41
42
43 int int_non_neg( int * i );
44 int int_pos( int * i );
45
42 #endif 46 #endif