home *** CD-ROM | disk | FTP | other *** search
- /************************************************************************/
- /* */
- /* 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);
- }
-