File:  [OS/2 SDKs] / os232sdk / c386 / include / io.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 12:26:30 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: os2sdk-1990, HEAD
Microsoft OS/2 SDK 2.0 05-30-1990

/***
*io.h - declarations for low-level file handling and I/O functions
*
*	Copyright (c) 1985-1990, Microsoft Corporation.  All rights reserved.
*
*Purpose:
*	This file contains the function declarations for the low-level
*	file handling and I/O functions.
*
****/


/* function prototypes */

int _cdecl access(const char *, int);
int _cdecl chmod(const char *, int);
int _cdecl chsize(int, long);
int _cdecl close(int);
int _cdecl creat(const char *, int);
int _cdecl dup(int);
int _cdecl dup2(int, int);
int _cdecl eof(int);
long _cdecl filelength(int);
int _cdecl isatty(int);
int _cdecl locking(int, int, long);
long _cdecl lseek(int, long, int);
char * _cdecl mktemp(char *);
int _cdecl open(const char *, int, ...);
int _cdecl _pipe(int *, unsigned int, int);
int _cdecl read(int, void *, unsigned int);
int _cdecl remove(const char *);
int _cdecl rename(const char *, const char *);
int _cdecl setmode(int, int);
int _cdecl sopen(const char *, int, int, ...);
long _cdecl tell(int);
int _cdecl umask(int);
int _cdecl unlink(const char *);
int _cdecl write(int, const void *, unsigned int);

unix.superglobalmegacorp.com

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