Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site brl-tgr.ARPA Path: utzoo!linus!philabs!cmcl2!seismo!brl-tgr!tgr!cottrell@NBS-VMS.ARPA From: cottrell@NBS-VMS.ARPA (COTTRELL, JAMES) Newsgroups: net.lang.c Subject: Float:16 Message-ID: <1966@brl-tgr.ARPA> Date: Mon, 7-Oct-85 19:23:33 EDT Article-I.D.: brl-tgr.1966 Posted: Mon Oct 7 19:23:33 1985 Date-Received: Wed, 9-Oct-85 06:32:35 EDT Sender: news@brl-tgr.ARPA Lines: 11 /* > 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@nbs */ ------