Hello,
I have few questions. They are:
1. Is "const char * const *p;" a valid construct?
2. How do I align a given structure, say, at 32-byte boundary?
3. Then, how do I assert that a given object is aligned, say,
at 32-byte boundary?
Regards,
--
Vijay Kumar R. Zanvar
Home Page - http://geocities.com/vijoeyz/
I have few questions. They are:
1. Is "const char * const *p;" a valid construct?
2. How do I align a given structure, say, at 32-byte boundary?
3. Then, how do I assert that a given object is aligned, say,
at 32-byte boundary?
Regards,
--
Vijay Kumar R. Zanvar
Home Page - http://geocities.com/vijoeyz/
Comment