MCPcopy 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
528def fclose(stream: PointerLike) -> int:
529 return binding_base(dll.fclose, stream)
530
531
532def clearerr(stream: PointerLike) -> None:

Callers 1

binding_example.pyFile · 0.90

Calls 1

binding_baseFunction · 0.85

Tested by

no test coverage detected