home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 9
/
09.iso
/
l
/
l200
/
6.ddi
/
LIB
/
ACCMODE.C
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1986-08-21
|
245 b
|
13 lines
/* accmode - set up access mode for file
Copyright (c) 1984 by JMI Software Consultants, Inc.
*/
#include "bio.h"
VOID acc_mode(slot, mode, openfunc)
INT slot, (*openfunc)();
TEXT *mode;
{
/* access modes not supported */
}