GRASS GIS 8 Programmer's Manual  8.5.0dev(2025)-cf2ad99485
stat.h File Reference
#include <../ucrt/sys/stat.h>
Include dependency graph for stat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define S_ISDIR(mode)   (((mode) & S_IFMT) == S_IFDIR)
 
#define S_IRUSR   _S_IREAD
 
#define S_IWUSR   _S_IWRITE
 

Macro Definition Documentation

◆ S_IRUSR

#define S_IRUSR   _S_IREAD

Definition at line 8 of file stat.h.

◆ S_ISDIR

#define S_ISDIR (   mode)    (((mode) & S_IFMT) == S_IFDIR)

Definition at line 6 of file stat.h.

◆ S_IWUSR

#define S_IWUSR   _S_IWRITE

Definition at line 9 of file stat.h.