X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/3680858ed318cb5b0a2d742693766a0d5c5fc528..064dc9896dce3d936a5876b927cece0f44808912:/tipo3/main.c diff --git a/tipo3/main.c b/tipo3/main.c index 395ed53..09fb9d5 100644 --- a/tipo3/main.c +++ b/tipo3/main.c @@ -17,8 +17,11 @@ int main() fp->leer_registro(fp, n, b, 100); + printf("Ok\n"); printf("Recuperado : %s\n", b); emufs_destruir(fp); + + MD_Listar(); return 0; }