GRASS GIS 8 Programmer's Manual  8.5.0dev(2025)-c2a9b89919
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
msvc/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

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

Typedef Documentation

◆ handle_type

typedef ptrdiff_t handle_type

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

Function Documentation

◆ closedir()

int closedir ( DIR dir)

◆ opendir()

DIR* opendir ( const char *  name)

◆ readdir()

struct dirent* readdir ( DIR dir)

◆ rewinddir()

void rewinddir ( DIR dir)

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

Referenced by G_list().