GRASS 8 Programmer's Manual 8.6.0dev(2026)-f6f2c534ea
Loading...
Searching...
No Matches
dirent.c File Reference
#include <stdlib.h>
#include <io.h>
#include <errno.h>
#include <dirent.h>
Include dependency graph for msvc/dirent.c:

Go to the source code of this file.

Typedefs

typedef ptrdiff_t handle_type
 

Functions

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

Typedef Documentation

◆ handle_type

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

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().