9 typedef struct block_free_t{
14 typedef struct block_reg_t{
19 int leer_registro(EMUFS *, int , void *, unsigned long);
21 int leer_bloque(EMUFS *, int , void *);
23 int grabar_registro(EMUFS *, void *, unsigned long );
25 int existe_registro(EMUFS *, int);
27 int buscar_registro(EMUFS *, int);
29 int buscar_lugar(EMUFS *, unsigned long , int *);
33 int grabar_bloque(EMUFS *, void *, int);
35 int borrar_registro(EMUFS*, int, int);