strtod.c\stdlib\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/stdlib/strtod.c
blob: 388058fe630d1fed46d4656f0e29fedf5b3dd2fb (plain) (blame)
1
2
3
4
5
6
#include <stdlib.h>
double strtod(const char *s, char **p)
{
	return strtold(s, p);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月17日 16:57:51 +0000

AltStyle によって変換されたページ (->オリジナル) /