posix: arpa_inet
[m6w6/ext-psi] / psi.d / stdlib.psi
index bcc884d7b9d30a6f18d310eb13d50527e3126465..35456410c10a274e22142b90082f92285906ffa4 100644 (file)
@@ -26,4 +26,4 @@ function psi\strtold(string $str, string &$end = null) : float {
        let endptr = &NULL;
        return to_float(strtold);
        set $end = to_string(*endptr);
-}
\ No newline at end of file
+}