/* > d) Using the comp_t code lets you keep the size of (struct acct) > to 32 bytes. It is moderately helpful that this size be a power of > 2 so that the struct never cross disk buffer boundaries. Having struxures be a power of two bytes in size is good for indexing and display as well. I recommend it heartily. jim cottrell at nbs */ ------