GRASS GIS 8 Programmer's Manual
8.5.0dev(2025)-20906a4402
|
A wrapper function for MSVC _open() that converts permission mode. More...
#include <stdarg.h>
#include <fcntl.h>
#include <sys/stat.h>
Go to the source code of this file.
Macros | |
#define | O_TMPFILE O_TEMPORARY |
Functions | |
int | __open (const char *pathname, int flags,...) |
A wrapper function for MSVC _open() that converts permission mode.
(C) 2025 by the GRASS Development Team
SPDX-License-Identifier: GPL-2.0-or-later
Definition in file msvc/open.c.
#define O_TMPFILE O_TEMPORARY |
Definition at line 19 of file msvc/open.c.
int __open | ( | const char * | pathname, |
int | flags, | ||
... | |||
) |
Definition at line 21 of file msvc/open.c.
References O_TMPFILE.