15 #ifndef GRASS_MSVC_FCNTL_H
16 #define GRASS_MSVC_FCNTL_H
18 #include <../ucrt/fcntl.h>
25 int __open(
const char *,
int, ...);
36 #define O_TMPFILE O_TEMPORARY
37 #define O_ACCMODE (_O_RDONLY | _O_WRONLY | _O_RDWR)
int __creat(const char *, int)
int __open(const char *, int,...)