Annotation of os2sdk/include/io.h, revision 1.1

1.1     ! root        1: /***
        !             2: *io.h - declarations for low-level file handling and I/O functions
        !             3: *
        !             4: *   Copyright (c) 1985-1987, Microsoft Corporation.  All rights reserved.
        !             5: *
        !             6: *Purpose:
        !             7: *   This file contains the function declarations for the low-level
        !             8: *   file handling and I/O functions.
        !             9: *
        !            10: *******************************************************************************/
        !            11: 
        !            12: 
        !            13: #ifndef NO_EXT_KEYS /* extensions enabled */
        !            14:     #define _CDECL  cdecl
        !            15: #else /* extensions not enabled */
        !            16:     #define _CDECL
        !            17: #endif /* NO_EXT_KEYS */
        !            18: 
        !            19: 
        !            20: /* function prototypes */
        !            21: 
        !            22: int _CDECL access(char *, int);
        !            23: int _CDECL chmod(char *, int);
        !            24: int _CDECL chsize(int, long);
        !            25: int _CDECL close(int);
        !            26: int _CDECL creat(char *, int);
        !            27: int _CDECL dup(int);
        !            28: int _CDECL dup2(int, int);
        !            29: int _CDECL eof(int);
        !            30: long _CDECL filelength(int);
        !            31: int _CDECL isatty(int);
        !            32: int _CDECL locking(int, int, long);
        !            33: long _CDECL lseek(int, long, int);
        !            34: char * _CDECL mktemp(char *);
        !            35: int _CDECL open(char *, int, ...);
        !            36: int _CDECL read(int, char *, unsigned int);
        !            37: int _CDECL remove(const char *);
        !            38: int _CDECL rename(const char *, const char *);
        !            39: int _CDECL setmode(int, int);
        !            40: int _CDECL sopen(char *, int, int, ...);
        !            41: long _CDECL tell(int);
        !            42: int _CDECL umask(int);
        !            43: int _CDECL unlink(const char *);
        !            44: int _CDECL write(int, char *, unsigned int);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.