Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uwm.edu!uwvax!umn-d-ub!umn-cs!nis!pwcs!stag!daemon From: dal@syntel.mn.org (Dale Schumacher) Newsgroups: comp.sys.atari.st Subject: Re: Missing AR.H from Sozobon C Message-ID: <1989Dec13.081612.1355@stag.UUCP> Date: 13 Dec 89 08:16:12 GMT Sender: daemon@stag.UUCP (The devil himself) Organization: Mindtools ST Access Group Lines: 41 [remco@tnoibbc.UUCP (Remco Bruyne) writes...] > Hello, > > I got Sozobon C from the Panarthea mail server, but AR.H from the tools > directory appears to be missing. Would anybody be so kind to mail it > to me ? I case there are others with the same problem (and because this is a VERY short file), here it is. ------------------------------------------------------------------------ /* * Archive header format * * Archives must start with a word containing the magic number * 0xff65 or 0xff66, with 0xff66 being reserved for a random- * access object module library. */ #define ARMAG1 0xff65 #define ARMAG2 0xff66 struct ar_hdr { char ar_name[14]; long ar_date; char ar_uid; char ar_gid; int ar_mode; long ar_size; int ar_fill; }; #define ARHSZ (sizeof (struct ar_hdr)) ------------------------------------------------------------------------ \\ / Dale Schumacher 399 Beacon Ave. \\ / (alias: Dalnefre') St. Paul, MN 55104-3527 >< ..!nic.mr.net!bungia.mn.org!syntel!dal United States of America / \\ "The power of accurate observation is commonly called cynicism / \\ by those who have not got it." -George Bernard Shaw