home *** CD-ROM | disk | FTP | other *** search
- /******************************************************************************
- * *
- * fpipe.h *
- * *
- ******************************************************************************/
-
- /*-------------------------- INITIAL CODING DATE -----------------------------
- Thu Nov 10 11:01:32 EST 1988 by George M. Bogatko
-
- -------------------------------- HEADER FILES -----------------------------*/
-
- /*------------------ TYPEDEF'S, DEFINES, STRUCTURE DEF'S ------------------*/
- #define STD_ERR_SCR 0
- #define STD_ERR_NUL 1
- #define NO_BLOCK 0
- #define BLOCK 1
-
- #ident "%W% %G% - George M. Bogatko -"
-
- /*-----------------------------------------------------------------------------
-
- SYNOPSIS:
- #include <fpipe.h>
-
- DESCRIPTION:
- This includes #define's used by
-
- FCOPY and FPIPE
-
- CAVEATS:
-
- =============================================================================*/
-