Sender: nate AT cartsys DOT com Message-ID: <357F45C8.367920A1@cartsys.com> Date: Wed, 10 Jun 1998 19:49:44 -0700 From: Nate Eldredge MIME-Version: 1.0 To: lsantil AT calstatela DOT edu CC: djgpp AT delorie DOT com Subject: Re: Problem out* References: <357DEEFF DOT F95AD939 AT calstatela DOT edu> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk lsantil AT calstatela DOT edu wrote: > > The function outb(PORT,BYTE) in pc.h does not seem to be present in > gcc281. Both info & rhide's info reader claim that outb, outp, & > outportb should all be equivilants for compatibility reasons. Was this > something that changed, forgotten, & never mentioned? Should the > gcc docs be update? Not a bug in GCC, which is only the compiler, but it is a bug in the library, or its documentation. I'll investigate; in the meantime, you can just #define outb outp. -- Nate Eldredge nate AT cartsys DOT com