Online HelpPC 2.10 Quick Reference Utility Copyright 1991 David Jurgens
MSC: int outp( unsigned port, int datab )MSC: unsigned outpw(unsigned port, unsigned dataw )- prototype in conio.h - write data value to port specified in port - port = hardware I/O port - datab = byte value to write - dataw = word value to write - Turbo C uses outportb() and outport()
[helppc.bosbyte.nl] outpw Home Back Topics