GRASS 8 Programmer's Manual 8.6.0dev(2026)-ddeab64dbf
Loading...
Searching...
No Matches
dirent.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  dirent
 

Typedefs

typedef struct DIR DIR
 

Functions

DIR * opendir (const char *)
 
int closedir (DIR *)
 
struct direntreaddir (DIR *)
 
void rewinddir (DIR *)
 

Typedef Documentation

◆ DIR

typedef struct DIR DIR

Definition at line 18 of file dirent.h.

Function Documentation

◆ closedir()

◆ opendir()

◆ readdir()

◆ rewinddir()

void rewinddir ( DIR *  dir)

Definition at line 92 of file msvc/dirent.c.

Referenced by db_dirent(), and G_list().