GRASS 8 Programmer's Manual
8.6.0dev(2026)-f6f2c534ea
Loading...
Searching...
No Matches
stat.h
Go to the documentation of this file.
1
#ifndef GRASS_MSVC_SYS_STAT_H
2
#define GRASS_MSVC_SYS_STAT_H
3
4
#include <../ucrt/sys/stat.h>
5
6
#define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
7
8
#define S_IRUSR _S_IREAD
9
#define S_IWUSR _S_IWRITE
10
11
#endif
msvc
sys
stat.h
Generated on Sun Apr 12 2026 06:59:19 for GRASS 8 Programmer's Manual by
1.9.8