home *** CD-ROM | disk | FTP | other *** search
- /*------------------------------------------------------------------------*
- * filename - fmode.c
- *
- * function(s)
- * none
- *-----------------------------------------------------------------------*/
-
- /*[]------------------------------------------------------------[]*/
- /*| |*/
- /*| Turbo C Run Time Library - Version 3.0 |*/
- /*| |*/
- /*| |*/
- /*| Copyright (c) 1987,1988,1990 by Borland International |*/
- /*| All Rights Reserved. |*/
- /*| |*/
- /*[]------------------------------------------------------------[]*/
-
-
- #include <fcntl.h>
-
- /* Modal variables for low-level filing. */
-
- int _fmode = O_TEXT;
-
- int _notUmask = ~0;
-