home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
os2sdk
/
os2sdk11
/
tk3
/
comtalk
/
comport.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1989-02-20
|
342 b
|
16 lines
/*
Entry points for COM port manipulation routines
Created by Microsoft Corporation, 1989
*/
/*
Must include global.h before this file
*/
int ComFlush(void);
int ComInit(COM comTerm);
USHORT ComRead(Line pli);
int ComWrite(char ch);
int ComClose(void);
int ComBreak(void);
int ComUnbreak(void);
int ComError(void);