Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!columbia!caip!sri-spam!nike!ucbcad!ucbvax!YALE.ARPA!FISCHER-MICHAEL From: FISCHER-MICHAEL@YALE.ARPA Newsgroups: net.micro.atari16 Subject: Re: Lattice C and UUDECODE Message-ID: <8609171445.AA10314@ucbvax.Berkeley.EDU> Date: Wed, 17-Sep-86 10:48:07 EDT Article-I.D.: ucbvax.8609171445.AA10314 Posted: Wed Sep 17 10:48:07 1986 Date-Received: Fri, 19-Sep-86 21:44:30 EDT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Organization: The ARPA Internet Lines: 12 > Also, I have a copy of UUDECODE written in Lattice C that I got with a GEM > Kermit. THE THING JUST WON'T WORK.... I get the messages: Short File and > No End Line . (Yes the files do really have 'end' lines.) For the Alcyon compiler, you have to change the calls on "fopen" that open *binary* files to use "fopenb" instead. Thus, 'fopen(in, "rb")' becomes 'fopenb(in, "r")', etc. With that change, I was able to get them to work. --Mike Fischer -------