]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/tipo3_main.c
File Type 2 Test Added. Por ahora solo agrega registros y arma el indice. Ahora toy...
[z.facultad/75.06/emufs.git] / emufs / tipo3_main.c
index d90989740644ecb8028abd15c63f09e1b11b5056..2fc5dcf27624b842dc344dfeee0c179cd13f9ca2 100644 (file)
@@ -92,8 +92,8 @@ int main(int argc, char *argv[])
        /*fp->borrar_registro(fp, n4, 100);
        fp->borrar_registro(fp, n2, 100);
        fp->borrar_registro(fp, n6, 100);*/
-       /*fp->borrar_registro(fp, n1, 100);*/
-       /*printf("borre el registro de id = %d\n",n1);*/
+       fp->borrar_registro(fp, n1);
+       printf("borre el registro de id = %d\n",n1);
        fp->leer_registro(fp, n2, b, 100);
 
        printf("Recuperado : %s\n", b);