MCPcopy 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
2695int 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.cFile · 0.85
zstat_win32Function · 0.85

Calls 1

statClass · 0.70

Tested by

no test coverage detected