#define _EMUFS_TIPO1_H_
#include "emufs.h"
+#include "b_plus.h"
/** Inicializa un EMUFS para poder ser utilizado como un archivo tipo1.
*
char **anterior, char **siguiente, EMUFS_BLOCK_SIZE *size1,
EMUFS_BLOCK_SIZE *size2, EMUFS_BLOCK_SIZE *size3);
+int emufs_tipo1_insertar_ordenado(EMUFS *emu, void *ptr, EMUFS_REG_SIZE size, int *err);
#endif /* _EMUFS_TIPO1_H_ */