#include <sys/types.h>
#include <fcntl.h>
#include "open.h"

int open_read(fn) char *fn;
{ return open(fn,O_RDONLY | O_NDELAY); }


syntax highlighted by Code2HTML, v. 0.9.1