home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
c
/
cnews005.arc
/
USR-BIN.ARC
/
F_OUTEMP.C
< prev
next >
Wrap
C/C++ Source or Header
|
1988-03-03
|
1KB
|
35 lines
/************************************************************************/
/* */
/* F_OUTEMP.C */
/* Level 1 FOSSIL function */
/* */
/************************************************************************/
/* */
/* FOSSIL Library Routine */
/* */
/************************************************************************/
/* REVISION 5 FOSSIL INTERFACE SPECIFICATIONS */
/************************************************************************/
/************************************************************************/
/************************************************************************/
/* */
/* IMPLEMENTOR'S NOTE: */
/* */
/* This function may also be implemented as a MACRO in FOSSIL.H */
/* See FOSSIL.H for details. */
/* */
/************************************************************************/
/************************************************************************/
#include "fossil.h"
int
f_outempty(port)
int port;
{
return(f_status(port)&FST_TSRE ? 1 : 0);
}