@@ -0,0 +1,5 @@
|
||||
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