8 typedef struct reg_exist_t{
13 typedef struct block_free_t{
18 typedef struct block_reg_t{
23 int leer_registro(EMUFS *emu, int ID, void *, unsigned long tam);
25 int leer_bloque(EMUFS *emu, int ID, void *);
27 int grabar_registro(int ID, void *, unsigned long tam);
29 int existe_registro(EMUFS *emu, int ID);
31 int buscar_registro(EMUFS *emu, int ID);