Skip to content
Snippets Groups Projects
Commit 14c3a284 authored by Mann mit Hut's avatar Mann mit Hut Committed by Julian Ospald
Browse files

Added readDirStreamWithPtr

This version of `readDirStreamWith` takes a pre-allocated pointer as an
additional argument that is used to store the pointer to the dirent. It
is useful when you want to read a lot of entries and want to safe a few
allocations since you can reuse the pointer for each call to
`readDirStreamWithPtr`.
parent d8fd147a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment