summaryrefslogtreecommitdiff
path: root/src/stdlib/strtold.c
blob: 185f359e19a09f5969d0c5f79ddb462d5a696616 (plain)
1
2
3
4
5
6
7
8
9
#include <stdlib.h>

long double strtold(const char * restrict nptr, char ** restrict endptr)
{
}

/*
STDC(199901)
*/