#include <stdio.h>
#include <stdlib.h>
-
+#include <curses.h>
#include "common.h"
#include "indices.h"
INDICE_DATO *emufs_indice_b_buscar_muchos(INDICE *idx, CLAVE clave, int *cant);
+int emufs_indice_b_ver(INDICE *idx, WINDOW *win, int w, int h, int nodo);
#endif