X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/9dc122f5b0fdf868ce5945f63e7835701595c4e2..44e29ffea53b9da70e6b5e16f96aa0231540dd87:/tipo3/main.c diff --git a/tipo3/main.c b/tipo3/main.c index f6ab0bd..40418e4 100644 --- a/tipo3/main.c +++ b/tipo3/main.c @@ -16,4 +16,5 @@ ID_aux = (d << 0 ) | (c << 8) | ( b << 16) | (a << 24); printf("el numero es = %x\n", ID_aux); + return 0; }