GRASS GIS 8 Programmer's Manual
8.5.0dev(2025)-20906a4402
|
Header file for msvc/open.c and msvc/creat.c. More...
#include <../ucrt/io.h>
Go to the source code of this file.
Macros | |
#define | open __open |
#define | creat __creat |
#define | O_TMPFILE O_TEMPORARY |
Functions | |
int | __open (const char *, int,...) |
int | __creat (const char *, int) |
Header file for msvc/open.c and msvc/creat.c.
(C) 2025 by the GRASS Development Team
SPDX-License-Identifier: GPL-2.0-or-later
Definition in file io.h.
int __open | ( | const char * | pathname, |
int | flags, | ||
... | |||
) |
Definition at line 21 of file msvc/open.c.
References O_TMPFILE.