Since 4/27/2012 8:53:49 PM, assert has written 0 articles and participated in 0 conversations. assert signature: assert
assert's articles:
Items(2) /1
allocation alignment for global and local variables.441 (9/30/2005 11:30:00 AM) comp.lang.c Hi all. I know that some padding bits are inserted between data members of a structure. Is this rule also applied for the variables on local stack or global??? For example, in following code dumps... --------... gamja
Is it required to comply byte alignment within a function?1435 (5/13/2005 8:49:04 AM) comp.lang.c Hi all. This is my first post on this group. Nice to meet you, cool guys~! I'm on system programming on various embedded systems and understand very well the byte alignment issues. When I write C code, especia... gamja