User profile: utikawa

User info
User name:utikawa
Name:Marcelo Utikawa da Fonseca
Location:Suzano, São Paulo, SP
Website:http://twitter.com/marceloutikawa
History
Joined:
Number of posts:3
Latest posts:

Using zero-sized array inside a struct/union
That's a very good idea! :-) I will create a macro to calculate remaining size. I think that it wil...

Using zero-sized array inside a struct/union
Hi clanmjc! Thanks for your reply! Sorry, I forgot to say one thing: the code should to be compiled...

Using zero-sized array inside a struct/union
Hi all! I have some structures inside an union like this: union MyUnion { struct { int va...