X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/8c4b45bea612dbaa2b478203697ab153a11bf18a..fa2ca26bfc143d13fd444628480dd7512a9a7bb9:/tipo3/main.c diff --git a/tipo3/main.c b/tipo3/main.c index c9fd819..5359aca 100644 --- a/tipo3/main.c +++ b/tipo3/main.c @@ -1,14 +1,9 @@ #include -typedef struct block_reg_t{ - int block; - int reg; -}block_reg_t; -int main ( ) + + +int main() { - struct block_reg_t r; - - printf("sizeof(struct block_reg_t) = %d\n", sizeof(struct block_reg_t)); - printf("sizeof(r) = %d\n", sizeof(r)); + printf("TODAVIA NO HAGO NADA, PERO CUANDO HAGA ALGO... AGARRATE!!!\n"); return 0; }