I have a structure within #pragma pack(push,1) and #pragma pack(pop). I would like to know if this will properly work on iphone compiler, and if there might be other side effects outside of those macros.
The #pragma pack(push) and #pragma pack(pop) statements should work like you are used to in let's say C++, and they should have no side-effects.
GCC and LLVM will compile this like they would do normally using any other C-like language.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more