home *** CD-ROM | disk | FTP | other *** search
- _FCNTL_H_FCNTL_H 1O_RDONLY 0O_WRONLY 1O_RDWR 2O_NDELAY 0O_APPEND 8O_CREAT 256O_TRUNC 512O_EXCL 0x400O_LOCK 0x1000O_TEMP 0x2000O_XLATE 0x4000O_RAW 0x8000O_BINARY 0x8000<sys/commifmt.h>F_DUPFD 0F_GETFD 1F_SETFD 2F_GETFL 3F_SETFL 4
- __open(const*,,...);
- __creat(const*,);
- __read(,*,);
- __write(,const*,);
- __lseek(,,);
- __close();
- open(const*,,...);
- creat(const*,);
- read(,*,);
- write(,const*,);
- lseek(,,);
- tell();
- close();
- unlink(const*);
- iomode(,);
- isatty();open __opencreat __creatread __readwrite __writelseek __lseekclose __closetell(x) lseek(x,0L,1)<sys/commnull.h>