home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
magazine
/
c_news
/
05
/
listings
/
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);
}