* include/io.h: Add access declaration.

This commit is contained in:
Christopher Faylor
2001-09-17 21:29:19 +00:00
parent 8238a68bb2
commit c98b577d40
2 changed files with 5 additions and 0 deletions

View File

@ -20,6 +20,7 @@ extern "C" {
*/
extern long get_osfhandle(int);
extern int setmode (int __fd, int __mode);
int access(const char *__path, int __amode);
#ifdef __cplusplus
};