From: utzoo!decvax!ucbvax!info-vax
Newsgroups: fa.info-vax
Title: Dec C compiler.
Article-I.D.: ucbvax.7665
Posted: Tue Jun 15 07:38:59 1982
Received: Wed Jun 16 04:28:32 1982

>From reno@DTI-VMS Tue Jun 15 07:35:02 1982
Clearing up two misconceptions:
	1. The DEC C compiler DOES allow two different structures to
have members with the same names, at different offsets (or at the same
offset if you want).
	2. It also allows full passing and returning of structures. To handle
functions returning structures, the calling procedure passes as an extra
argument the address of an area where the called procedure fills in the
structure to be returned.
			- jr