On Wed, May 24, 2006 at 12:22:43AM +0200, Michael Kerrisk wrote: > This macro is useful because the sizes of the fields that compose > a structure can vary across implementations, > and compilers may insert different numbers of padding s/numbers/amounts/
> .fi > .\" .SH NOTES > .\" \fBoffsetof\fP can be implemented as: > .\" .sp > .\" .nf > .\" \fB#define offsetof(\fItype\fP, \fPmember\fP) \\ > .\" \fB&((type *)0)->\fImember\fP - (char *)((\fPtype\fP *)0) > .\" .fi > .SH "CONFORMING TO" > POSIX.1-2001. > .\" .SH SEE ALSO > .\" FIXME . When one day readdir_r(3) is documented, it should have > .\" a SEE ALSO that refers to this page. How terrible ... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

