Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeroIntensity/pointers.py
/ binding_example.py
File
binding_example.py
examples/binding_example.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
pointers
import
fclose, fopen, fprintf
2
3
file = fopen(
"/dev/null"
,
"w"
)
4
fprintf(file,
"hello world"
)
Callers
nothing calls this directly
Calls
3
fopen
Function · 0.90
fprintf
Function · 0.90
fclose
Function · 0.90
Tested by
no test coverage detected