typedef struct entry_s {
  long indx;
  char str[20];
} *Entry;

#define debug_printf noop

