Path: utzoo!utgpu!water!watmath!dalcs!garfield!john13 From: john13@garfield.UUCP (John Russell) Newsgroups: comp.sys.amiga Subject: Byte/word/long alignment Keywords: none Message-ID: <4366@garfield.UUCP> Date: 11 Jan 88 16:27:35 GMT Distribution: na Organization: CS Dept., Memorial U. of Newfoundland, St. John's Lines: 7 If I want to create an auto-initialized array of UBYTES, and then later access each 4 bytes as a longword, can I ensure that the array is longword aligned in some portable way (eg by placing it immediately after some other 32-bit global variable)? Will some compilers re-arrange declared storage behind my back? John