diff subopt-helper.h @ 16720:f73adf296f1e

support float arguments in subopt helper.
author joey
date Mon, 10 Oct 2005 12:56:44 +0000
parents 7e4fa8fc255c
children 2ec2301183cd
line wrap: on
line diff
--- a/subopt-helper.h	Mon Oct 10 12:56:17 2005 +0000
+++ b/subopt-helper.h	Mon Oct 10 12:56:44 2005 +0000
@@ -13,6 +13,7 @@
 #define OPT_ARG_INT  1
 #define OPT_ARG_STR  2
 #define OPT_ARG_MSTRZ 3 ///< A malloced, zero terminated string, use free()!
+#define OPT_ARG_FLOAT 4
 
 typedef int (*opt_test_f)(void *);