MCPcopy Create free account
hub / github.com/ZeroIntensity/pointers.py / c_free

Function c_free

src/pointers/bindings.py:1062–1063  ·  view source on GitHub ↗
(ptr: PointerLike)

Source from the content-addressed store, hash-verified

1060
1061
1062def c_free(ptr: PointerLike) -> None:
1063 return binding_base(_free, ptr)
1064
1065
1066def gmtime(timer: PointerLike) -> StructPointer[Tm]:

Callers 3

_Function · 0.90
freeMethod · 0.85
freeMethod · 0.85

Calls 1

binding_baseFunction · 0.85

Tested by 1

_Function · 0.72