Skip to content
Snippets Groups Projects
Verified Commit 594bcd75 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add closedir to dirent test

parent a39f170e
No related branches found
No related tags found
No related merge requests found
......@@ -35,4 +35,8 @@ int main() {
// seekdir(dir, tell);
// entry = readdir(dir);
// puts(entry->d_name);
closedir(dir);
return 0;
}
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