Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/filesystem
/ main
Function
main
config/has_stat_st_blksize.cpp:14–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
#include <unistd.h>
13
14
int main()
15
{
16
struct stat st;
17
st.st_blksize = 10;
18
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected