X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/d43fee2497586978337034b2ebd963cfeb1929ff..e47297a011fb5230c79464af7cd72e78b266fc48:/emufs/tipo3_main.c diff --git a/emufs/tipo3_main.c b/emufs/tipo3_main.c index cdd7139..cdde077 100644 --- a/emufs/tipo3_main.c +++ b/emufs/tipo3_main.c @@ -36,6 +36,7 @@ #include #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);