home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-07-27 | 645 b | 23 lines | [TEXT/MPS ] |
- /***********************************************************************/
- /*
- /* get_port.h
- /* by Atul Butte
- /* Copyright ⌐ 1989 by Microsoft Corporation
- /* All Rights Reserved
- /*
- /* version 1.0
- /*
- /*
- /* This module provides a routine which will convert the port number
- /* into the input and output driver reference numbers.
- /*
- /***********************************************************************/
-
- /***********************************************************************/
- /*
- /* P R O T O T Y P E S
- /*
- /***********************************************************************/
-
- OSErr get_port( short port, short *prefIn, short *prefOut );
-