Subject: Re: format of object files
To: None <kfb2@lehigh.edu>
From: Lennart Augustsson <augustss@cs.chalmers.se>
List: macbsd-general
Date: 10/30/1994 00:56:57
> can anyone tell me how to find out the format of a .o file
> 
> i know there is an a.out.h file telling about the executeable, but is there
> some information where I can get information about the format of a .o
> object file?
The .o format is the same as the a.out.  Try `man a.out'!

	-- Lennart