* include/io.h: Add access declaration.
This commit is contained in:
@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user