|
|
|
|
|
by nabla9
2374 days ago
|
|
The memory layout of a C struct is ABI and compiler dependent. Some compilers conform to same ABI in same system or similar system and work almost exactly the same, so you may grow old thinking that's how it is until it's too late. I think gcc, clang and Intel work almost the same in Linux and OSX. |
|