home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / SC650D6.DMS / in.adf / sc / include / fcntl.h < prev    next >
Encoding:
Text File  |  1993-10-31  |  662 b   |  17 lines

  1. €ˆ_FCNTL_H€_FCNTL_H 1€O_RDONLY 0€O_WRONLY 1€O_RDWR 2€O_NDELAY 0€O_APPEND 8€O_CREAT 256€O_TRUNC 512€O_EXCL 0x400€O_LOCK 0x1000€O_TEMP 0x2000€O_XLATE 0x4000€O_RAW 0x8000€O_BINARY 0x8000Œ<sys/commifmt.h>€F_DUPFD 0€F_GETFD 1€F_SETFD 2€F_GETFL 3€F_SETFL 4
  2. ‚__open(const„*,‚,...);
  3. ‚__creat(const„*,‚);
  4. ‚__read(‚,‹*,Ž‚);
  5. ‚__write(‚,const‹*,Ž‚);
  6. __lseek(‚,,‚);
  7. ‚__close(‚);
  8. ‚open(const„*,‚,...);
  9. ‚creat(const„*,‚);
  10. ‚read(‚,‹*,Ž‚);
  11. ‚write(‚,const‹*,Ž‚);
  12. lseek(‚,,‚);
  13. tell(‚);
  14. ‚close(‚);
  15. ‚unlink(const„*);
  16. ‚iomode(‚,‚);
  17. ‚isatty(‚);€open __open€creat __creat€read __read€write __write€lseek __lseek€close __close€tell(x) lseek(x,0L,1)Œ<sys/commnull.h>‡