Xref: news2.mv.net comp.os.msdos.djgpp:8070 From: Elliott Oti Newsgroups: comp.os.msdos.djgpp Subject: Re: djgpp equivalent of borlands outp? Date: Fri, 30 Aug 1996 01:57:47 -0700 Organization: Academic Computer Centre Utrecht, (ACCU) Lines: 14 Message-ID: <3226AD0B.316C@stud.warande.ruu.nl> References: <01bb9637.f9817840$05020690 AT cam DOT utas DOT edu DOT au> NNTP-Posting-Host: warande1078.warande.ruu.nl Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Ryan Boyes wrote: > > Hi all, > > Does anyone know if djgpp has an equivalent of borland's outp function > (part of conio.h) that writes an integer value to a specified port > address? > > Thanks in advance, > > Ryan outp = outportb outpw = outportw