Linguaggio C - seekdir()

NOME

seekdir() - imposta la posizione per la prossima chiamata readdir() nel directory stream

SINOPSI

#include <dirent.h> void seekdir(DIR *dir, off_t offset);

DESCRIZIONE

La funzione seekdir() imposta la locazione nel directory stream dir da cui legga la prossima chiamata a readdir(). seekdir() dovrebbe utilizzare un offset ritornato da telldir().

VALORE DI RITORNO

La funzione seekdir() non ritorna valori.

CONFORME A

BSD 4.3

VEDI ANCHE

opendir() readdir() closedir() rewinddir() telldir() scandir(), alphasort()


Indice-C Indice linguaggio C
Indice librerie Indice librerie C
At Home Umberto Zappi Home Page
Indice funzioni Indice funzioni C