Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ZeroIntensity/pointers.py
/ fclose
Function
fclose
src/pointers/bindings.py:528–529 ·
view source on GitHub ↗
(stream: PointerLike)
Source
from the content-addressed store, hash-verified
526
527
528
def
fclose(stream: PointerLike) -> int:
529
return
binding_base(dll.fclose, stream)
530
531
532
def
clearerr(stream: PointerLike) -> None:
Callers
1
binding_example.py
File · 0.90
Calls
1
binding_base
Function · 0.85
Tested by
no test coverage detected