|
GRASS 8 Programmer's Manual
8.5.0dev(2025)-9d806b45d8
|
Header file for msvc/fcntl.c. More...
#include <../ucrt/fcntl.h>#include <io.h>

Go to the source code of this file.
Macros | |
| #define | open __open |
| #define | creat __creat |
| #define | O_TMPFILE O_TEMPORARY |
| #define | O_ACCMODE (_O_RDONLY | _O_WRONLY | _O_RDWR) |
Functions | |
| int | __open (const char *, int,...) |
| int | __creat (const char *, int) |
Header file for msvc/fcntl.c.
(C) 2025 by the GRASS Development Team
SPDX-License-Identifier: GPL-2.0-or-later
Definition in file fcntl.h.