- Function
Reset a directory stream.
- Header
- Declaration
void __fastcall__ rewinddir (DIR* dir);- Description
rewinddirsets the position of the directory stream pointed to bydirto the start of the directory.- Limits
- The function is only available as fastcall function, so it may only be used in presence of a prototype.
- Availability
POSIX 1003.1
- See also
- Example
None.