X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/8a6f628c163936c6f0852c398694f2d5fc946c37..7cd2e930f9665432a3bfa725b90bf3c0a3cb5617:/tipo3/emufs.h diff --git a/tipo3/emufs.h b/tipo3/emufs.h index aeae572..3772127 100644 --- a/tipo3/emufs.h +++ b/tipo3/emufs.h @@ -17,6 +17,9 @@ typedef struct _emu_fs_t { } EMUFS; EMUFS *emufs_crear(const char *filename, char tipo, unsigned int tam_bloque, unsigned int tam_reg); +EMUFS *emufs_abrir(const char *filename); int emufs_destruir(EMUFS *e); + +int ver_archivo_FS(EMUFS *emu); #endif