MCPcopy 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

1from pointers import fclose, fopen, fprintf
2
3file = fopen("/dev/null", "w")
4fprintf(file, "hello world")

Callers

nothing calls this directly

Calls 3

fopenFunction · 0.90
fprintfFunction · 0.90
fcloseFunction · 0.90

Tested by

no test coverage detected