Template:CMI Example CMI has input item C
From CSDMS
struct edu_csdms_models_Sedflux3D__data *this =
edu_csdms_models_Sedflux3D__get_data (self);
const char ** names = BMI_Get_input_var_names (this->state);
char **name;
for (name=(char**)names; *name; name++)
if (g_ascii_strcasecmp (*name, long_var_name)==0)
return TRUE;
return FALSE;