Convert strtold to Rust
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
double strtod(const char *nptr, char **endptr);
|
||||
|
||||
long double strtold(const char *nptr, char **endptr) {
|
||||
return (long double)strtod(nptr, endptr);
|
||||
}
|
||||
Reference in New Issue
Block a user