I have a structure




struct Info {
char *name;
char **value;
}