cosmopolitan/libc/nt/comms.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

35 lines
3.5 KiB
C
Raw Permalink Normal View History

#ifndef COSMOPOLITAN_LIBC_NT_COMMS_H_
#define COSMOPOLITAN_LIBC_NT_COMMS_H_
COSMOPOLITAN_C_START_
/* ░░░░
cosmopolitan § new technology » communications
*/
bool32 PurgeComm(int64_t hFile, uint32_t dwFlags);
bool32 TransmitCommChar(int64_t hFile, char cChar);
bool32 ClearCommBreak(int64_t hFile);
COSMOPOLITAN_C_END_
#endif /* COSMOPOLITAN_LIBC_NT_COMMS_H_ */