home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l200 / 6.ddi / LIB / ACCMODE.C next >
Encoding:
C/C++ Source or Header  |  1986-08-21  |  245 b   |  13 lines

  1. /* accmode - set up access mode for file
  2.  
  3.     Copyright (c) 1984 by JMI Software Consultants, Inc.
  4. */
  5. #include "bio.h"
  6.  
  7. VOID acc_mode(slot, mode, openfunc)
  8.     INT slot, (*openfunc)();
  9.     TEXT *mode;
  10.     {
  11.     /* access modes not supported */
  12.     }
  13.