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

float strtof(const char * restrict nptr, char ** restrict endptr)
{
}

/*
STDC(199901)
*/