atof v0.1.0

Source
Converts a byte string to a floating point value.

Package: C

C reference: atof

Signature

func atof(str: *char8) -> float64;

See also

  • C — the package overview