PERR("REGISTRO 2 GRABADO");
free(r);
-/*REGISTRO 3 */
+/*REGISTRO 3*/
texto2="Este es el fin del registro tres, puse tres en numero para que sea mas largo el texto CLAVE = 95";
clave.i_clave = 95;
r = cargar_registro(texto, strlen(texto), clave, texto2, strlen(texto2));
PERR("REGISTRO 3 GRABADO");
free(r);
-/*REGISTRO 4 */
+/*REGISTRO 4*/
texto2="REGISTRO CUATRO CLAVE = 99";
clave.i_clave = 99;
r = cargar_registro(texto, strlen(texto), clave, texto2, strlen(texto2));
PERR("REGISTRO 5 GRABADO");
free(r);
-/*REGISTRO 6*/
+/*REGISTRO 6 */
texto2="El registro 6 no entra CLAVE = 93";
clave.i_clave = 93;
r = cargar_registro(texto, strlen(texto), clave, texto2, strlen(texto2));
PERR("REGISTRO 6 GRABADO");
free(r);
-/*REGISTRO 7*/
+/*REGISTRO 7 */
texto2="SETPTIMO REGISTRO, lo inserto donde entre carajo2ooooooooooooooooooCLAVE = 80";
clave.i_clave = 80;
r = cargar_registro(texto, strlen(texto), clave, texto2, strlen(texto2));
clave.i_clave = 77;
emufs_tipo1_eliminar_ordenado(emu, clave, dato);
+clave.i_clave = 95;
+emufs_tipo1_eliminar_ordenado(emu, clave, dato);
+/*
PERR("LEYENDO REGISTRO");
clave.i_clave = 80;
r = emufs_tipo1_leer_registro_plus(emu, clave, &size, &err);
imprimir_reg(r, strlen(texto), size);
free(r);
-
+*/
/*
for ( i=0; i<10000; i++){
texto2="SETPTIMO REGISTRO, lo inserto donde entre carajo2ooooooooooooooooooCLAVE = 80";