#include #include #undef rewinddir void rewinddir(DIR *dirp) { seekdir(dirp, 0L); }