This is tmpx.c in view mode; [Download] [Up]
struct billy { char bil; long jane;};
struct billy SSS1;
main() {
printf("(");
printf("(|billy| ");
printf(" %d ",((char *)&SSS1.bil - (char *)&SSS1));
printf(" %d ",((char *)&SSS1.jane - (char *)&SSS1));
printf(")");
printf(")"); ;}These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.