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

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

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

Go to the source code of this file.

Functions

int __creat (const char *pathname, int mode)
 

Detailed Description

A wrapper function for MSVC _creat() 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 creat.c.

Function Documentation

◆ __creat()

int __creat ( const char *  pathname,
int  mode 
)

Definition at line 18 of file creat.c.