#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "interface.h"
-
+#include "emufs.h"
typedef struct block_free_t{
int block;
typedef struct block_reg_t{
int block;
- int id_reg;
+ long int id_reg;
}BLOCK_REG_T;
int leer_registro(EMUFS *emu, int ID, void *, unsigned long tam);