GRASS GIS 8 Programmer's Manual  8.5.0dev(2025)-20906a4402
msvc/open.c File Reference

A wrapper function for MSVC _open() that converts permission mode. More...

#include <stdarg.h>
#include <fcntl.h>
#include <sys/stat.h>
Include dependency graph for msvc/open.c:

Go to the source code of this file.

Macros

#define O_TMPFILE   O_TEMPORARY
 

Functions

int __open (const char *pathname, int flags,...)
 

Detailed Description

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

Author
Huidae Cho
Date
2025

Definition in file msvc/open.c.

Macro Definition Documentation

◆ O_TMPFILE

#define O_TMPFILE   O_TEMPORARY

Definition at line 19 of file msvc/open.c.

Function Documentation

◆ __open()

int __open ( const char *  pathname,
int  flags,
  ... 
)

Definition at line 21 of file msvc/open.c.

References O_TMPFILE.