n7 = fp->grabar_registro(fp, h, 63, &err);
/* Borramos un registro del medio */
- /*printf("tipo2_main.c >> Borrando registro: %lu\n",n0);
- fp->borrar_registro(fp, n0);
printf("tipo2_main.c >> Borrando registro: %lu\n",n5);
- fp->borrar_registro(fp, n5);
+ fp->borrar_registro(fp, n5);
printf("tipo2_main.c >> Borrando registro: %lu\n",n1);
fp->borrar_registro(fp, n1);
- printf("tipo2_main.c >> Borrando registro: %lu\n",n7);
- fp->borrar_registro(fp, n7);*/
+ printf("tipo2_main.c >> Borrando registro: %lu\n",n0);
+ fp->borrar_registro(fp, n0);
printf("tipo2_main.c >> Borrando registro: %lu\n",n3);
- fp->borrar_registro(fp, n3);
- printf("tipo2_main.c >> Borrando registro: %lu\n",n6);
- fp->borrar_registro(fp, n6);
+ fp->borrar_registro(fp, n3);
+ printf("tipo2_main.c >> Borrando registro: %lu\n",n7);
+ fp->borrar_registro(fp, n7);
+ printf("tipo2_main.c >> Borrando registro: %lu\n",n4);
+ fp->borrar_registro(fp, n4);
n8 = fp->grabar_registro(fp, d, 8, &err);
printf("tipo2_main.c >> Id recuperado: %lu\n",n8);