GRASS GIS 8 Programmer's Manual
8.5.0dev(2025)-90d0dbac99
|
Wrapper functions for MSVC _open() and _creat() that convert permission mode. More...
Go to the source code of this file.
Macros | |
#define | O_TMPFILE O_TEMPORARY |
Functions | |
int | __open (const char *pathname, int flags,...) |
int | __creat (const char *pathname, int mode) |
Wrapper functions for MSVC _open() and _creat() that convert permission mode.
(C) 2025 by the GRASS Development Team
SPDX-License-Identifier: GPL-2.0-or-later
Definition in file fcntl.c.