5 #include <barvinok/evalue.h>
7 #if defined(__cplusplus)
11 struct convert_options
{
21 int evalue_convert(evalue
*EP
, struct convert_options
*options
,
22 int verbose
, unsigned nparam
, const char **params
);
24 ISL_ARG_DECL(convert_options
, struct convert_options
, convert_options_arg
)
26 #if defined(__cplusplus)