fgets v0.1.0

Source
Reads at most count-1 characters from the stream into a string.

Package: C

C reference: fgets

Signature

func fgets(str: *char8, count: int32, stream: *opaque) -> *char8;

See also

  • C — the package overview