]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - tipo3/main.c
* Algunos cambios.
[z.facultad/75.06/emufs.git] / tipo3 / main.c
index f6ab0bd990c1c731bc6b94160576e502c6b0ec1c..40418e41e21bb6c84844a87f067370a7ead0245c 100644 (file)
@@ -16,4 +16,5 @@ ID_aux = (d << 0 ) | (c << 8) |  ( b << 16) | (a << 24);
 
 printf("el numero es = %x\n", ID_aux);
 
 
 printf("el numero es = %x\n", ID_aux);
 
+       return 0;
 }
 }