Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ _stati64
Class
_stati64
freebsd/contrib/zstd/programs/util.h:111–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
typedef int mode_t;
110
#elif defined(__MINGW32__) && defined (__MSVCRT__)
111
typedef struct _stati64 stat_t;
112
#else
113
typedef struct stat stat_t;
114
#endif
Callers
1
UTIL_stat
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected