Path: utzoo!attcan!uunet!husc6!bloom-beacon!mit-eddie!uw-beaver!tektronix!reed!psu-cs!johnj From: johnj@psu-cs.UUCP (John Jendro) Newsgroups: comp.sys.cbm Subject: Re: C Power FILE vs FILE* Message-ID: <1024@psu-cs.UUCP> Date: 6 Oct 88 16:19:54 GMT References: Organization: Dept. of Computer Science, Portland State University; Portland OR Lines: 10 > What I was trying to say, before the bourne shell so rudely interrupted with > a list of my mail files, was that you can use "FILE *stream" in Power C (or > C Power) without any problems; no need to go change them all to "FILE stream". > Couldn't comment on this for Super C though. > > Frank Prindle > Prindle@NADC.arpa If SUPER C pointers are the size of an int (Which it probally is) then FILE is realy the same size as FILE *.