n8 = fp->grabar_registro(fp, h, 63, &err);
/* Borramos un registro del medio */
+ printf("tipo2_main.c >> Borrando registro: %lu\n",n1);
+ fp->borrar_registro(fp, n1);
+ printf("tipo2_main.c >> Borrando registro: %lu\n",n6);
+ fp->borrar_registro(fp, n6);
+ printf("tipo2_main.c >> Borrando registro: %lu\n",n2);
+ fp->borrar_registro(fp, n2);
+ printf("tipo2_main.c >> Borrando registro: %lu\n",n8);
+ fp->borrar_registro(fp, n8);
printf("tipo2_main.c >> Borrando registro: %lu\n",n4);
- if (fp->borrar_registro(fp, n4) == -1)
- printf("tipo2_main.c >> Error al Borrar Registro Nro: %lu",n4);
+ fp->borrar_registro(fp, n4);
+ printf("tipo2_main.c >> Borrando registro: %lu\n",n7);
+ fp->borrar_registro(fp, n7);
+
/*n8 = fp->grabar_registro(fp, i, 100);
fp->leer_registro(fp, n8, b, 100);