Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ zstat
Function
zstat
deps/unzipfx/fileio.c:2695–2700 ·
view source on GitHub ↗
(p, s)
Source
from the content-addressed store, hash-verified
2693
/********************/
2694
2695
int zstat(p, s)
2696
ZCONST char *p;
2697
struct stat *s;
2698
{
2699
return (stat((char *)p,s) >= 0? 0 : (-1));
2700
}
2701
2702
#endif /* REGULUS */
2703
Callers
2
win32.c
File · 0.85
zstat_win32
Function · 0.85
Calls
1
stat
Class · 0.70
Tested by
no test coverage detected