4 #include <barvinok/evalue.h>
7 #if defined(__cplusplus)
11 struct convert_options
{
20 int evalue_convert(evalue
*EP
, struct convert_options
*options
,
21 int verbose
, unsigned nparam
, char **params
);
23 extern struct argp convert_argp
;
25 #if defined(__cplusplus)