[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: open()
On Mon, 11 May 1998, Petr Stehlik wrote:
> unistd.h declares read(), write() and close(), but not open(). I haven't
> found the declaration of open() anywhere in MiNTlib's header files.
There's one in fcntl.h: is that the one you're after?
__EXTERN int open __PROTO((const char *, int, ...));
Salut/.
J/.
__
John Blakeley
http://www.ligotage.demon.co.uk
- References:
- open()
- From: stehlik@cas3.zlin.vutbr.cz (Petr Stehlik)