GRASS GIS 8 Programmer's Manual
8.5.0dev(2025)-eb16a2cfc9
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
#endif
msvc
sys
stat.h
Generated on Wed May 28 2025 07:03:38 for GRASS GIS 8 Programmer's Manual by
1.9.1