X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/8a6f628c163936c6f0852c398694f2d5fc946c37..03906f9085993640c8cccdd07574d9b9c71209a0:/tipo3/main.c diff --git a/tipo3/main.c b/tipo3/main.c index b6e0579..4858f37 100644 --- a/tipo3/main.c +++ b/tipo3/main.c @@ -9,7 +9,7 @@ int main() fp = emufs_crear("articulos", T3, 512, 100); - fp->grabar_registro(fp, a, strlen(a)+1); + printf("ID = %d\n", fp->grabar_registro(fp, a, strlen(a)+1)); emufs_destruir(fp); return 0;