GRASS GIS 8 Programmer's Manual  8.5.0dev(2025)-20906a4402
io.h File Reference

Header file for msvc/open.c and msvc/creat.c. More...

#include <../ucrt/io.h>
Include dependency graph for io.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

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

Author
Huidae Cho
Date
2025

Definition in file io.h.

Macro Definition Documentation

◆ creat

#define creat   __creat

Definition at line 33 of file io.h.

◆ O_TMPFILE

#define O_TMPFILE   O_TEMPORARY

Definition at line 35 of file io.h.

◆ open

#define open   __open

Definition at line 32 of file io.h.

Function Documentation

◆ __creat()

int __creat ( const char *  pathname,
int  mode 
)

Definition at line 18 of file creat.c.

◆ __open()

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

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

References O_TMPFILE.