/** Graba el bloque apuntado por \param ptr en el archivo */
EMUFS_BLOCK_ID emufs_tipo1_grabar_bloque(EMUFS*, void*, EMUFS_BLOCK_ID, int*);
/** Graba el bloque apuntado por \param ptr en el archivo */
EMUFS_BLOCK_ID emufs_tipo1_grabar_bloque(EMUFS*, void*, EMUFS_BLOCK_ID, int*);
int emufs_tipo1_buscar_registro(EMUFS*, EMUFS_REG_ID);
int emufs_tipo1_borrar_registro(EMUFS*, EMUFS_REG_ID, EMUFS_REG_SIZE);
int emufs_tipo1_buscar_registro(EMUFS*, EMUFS_REG_ID);
int emufs_tipo1_borrar_registro(EMUFS*, EMUFS_REG_ID, EMUFS_REG_SIZE);