0.3.0: converge relibc to upstream 0.6.0 + Red Bear patches
This commit is contained in:
@@ -6,4 +6,7 @@
|
||||
int main(void) {
|
||||
double d = atof("-3.14");
|
||||
printf("%f\n", d);
|
||||
|
||||
d = atof("INF");
|
||||
printf("%f\n", d);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user