]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/tipo3_main.c
un picolo cambio
[z.facultad/75.06/emufs.git] / emufs / tipo3_main.c
index cdd7139822ee6813f74a412ab379832cf94f9db6..cdde0772475ce9b5b0741f7360606921a5706ca6 100644 (file)
@@ -36,6 +36,7 @@
 #include <string.h>
 #include "emufs.h"
 
+
 int main(int argc, char *argv[])
 {
        EMUFS *fp;
@@ -88,10 +89,11 @@ int main(int argc, char *argv[])
        printf("ID6 = %d\n", n7);
 
 
-       fp->borrar_registro(fp, n4, 100);
+       /*fp->borrar_registro(fp, n4, 100);
        fp->borrar_registro(fp, n2, 100);
-       fp->borrar_registro(fp, n6, 100);
+       fp->borrar_registro(fp, n6, 100);*/
        n8 = fp->grabar_registro(fp, i, 100);
+       printf("Grabe Ok\n");
        fp->leer_registro(fp, n8, b, 100);
 
        printf("Recuperado : %s\n", b);