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

Function scanf

src/pointers/bindings.py:677–678  ·  view source on GitHub ↗
(fmt: StringLike, *args: Format)

Source from the content-addressed store, hash-verified

675
676
677def scanf(fmt: StringLike, *args: Format) -> int:
678 return binding_base(dll.scanf, make_string(fmt), *make_format(*args))
679
680
681def sscanf(string: StringLike, fmt: StringLike, *args: Format) -> int:

Callers

nothing calls this directly

Calls 3

binding_baseFunction · 0.85
make_stringFunction · 0.85
make_formatFunction · 0.85

Tested by

no test coverage detected