+
+typedef struct _indexspecs_ {
+ unsigned int tam_bloque;
+ unsigned int size_claves;
+ unsigned int size_hijos;
+ char *filename;
+} INDEXSPECS;
+
+typedef struct _index_dat_ {
+ EMUFS_BLOCK_ID num_bloque;
+ CLAVE clave;
+} INDEX_DAT;
+
+typedef struct nodo_b_plus {\r