Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ closedir
Function
closedir
deps/unzipfx/unix/unix.c:155–160 ·
view source on GitHub ↗
(dirp)
Source
from the content-addressed store, hash-verified
153
}
154
155
void closedir(dirp)
156
DIR *dirp;
157
{
158
fclose(dirp->dirhandle);
159
free(dirp);
160
}
161
162
/*
163
* Apparently originally by Rich Salz.
Callers
1
unix.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected