home *** CD-ROM | disk | FTP | other *** search
- /* ==( hdr/fileio.h )== */
-
- /* ----------------------------------------------- */
- /* Pro-C - Copyright (C) 1988, 1989 Vestronix Inc. */
- /* Modification to this source is not supported */
- /* by Vestronix Inc. */
- /* All Rights Reserved */
- /* ----------------------------------------------- */
-
- /*
- * I/O definitions
- *
- */
-
- #define OPENRWNC 1
- /* hack for dos ... */
- #define OPENRWC 2
- #define OPENRNC 3
- /* hack for help */
- #define SH_OPENRWNC 4
- #define SH_OPENRWC 5
- #define SH_OPENRNC 6
-
- #define ULOK 0
- #define RLOK 1
- #define WLOK 2
-
- #define FDIR_BEGIN 0
- #define FDIR_CURPOS 1
- #define FDIR_EOF 2
-