ftp.nice.ch/pub/next/developer/languages/c/djgpp-NS.I.bs.tar.gz#/djgpp/include/io.h

This is io.h in view mode; [Download] [Up]

#ifndef _IO_H_
#define _IO_H_

#include <djgppstd.h>

#ifdef __cplusplus
extern "C" {
#endif

int lock(int fd, long offset, long length);
int setmode(int handle, int mode);
long tell(int file);
int unlock(int fd, long offset, long length);

#define sopen(path, access, shflag, mode) \
	open((path), (access)|(shflag), (mode))

#ifdef __cplusplus
}
#endif

#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.