]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - tipo3/main.c
* Le agregue el malloc debugger al tipo3 y ahora no falla. Me hace sospechar que...
[z.facultad/75.06/emufs.git] / tipo3 / main.c
index 395ed5365c2417e4de9b700828deb3cb6ce3f42a..09fb9d53378f82668842f38b5a32202c72e67ea0 100644 (file)
@@ -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;
 }