#include <stdio.h>
#include <stdlib.h>
#define MAX_ENTRIES 100
typedef struct {
   char *nume;
   char *val;
} entry    l

