GRASS GIS 8 Programmer's Manual  8.5.0dev(2025)-3df7050671
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)
 

Macro Definition Documentation

◆ S_ISDIR

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

Definition at line 6 of file stat.h.