fscanf v0.1.0

Source
Reads formatted input from a file stream.

Package: C

C reference: fscanf

Signature

func fscanf(stream: *opaque, format: *char8, ...) -> int32;

See also

  • C — the package overview