X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=lib%2Fcrtdll%2Fstdlib%2Fatof.c;h=8497148784a55c9116ef9c79f60bb17f7626ca7f;hb=e3ed2d773259cc445c7ff8181ebd934931365328;hp=2b93d8cc512f66dc50b89ebdd608cf195939fea9;hpb=d378c68f5a9bb25c9e671dacd482d2e25d211df3;p=reactos.git diff --git a/lib/crtdll/stdlib/atof.c b/lib/crtdll/stdlib/atof.c index 2b93d8c..8497148 100644 --- a/lib/crtdll/stdlib/atof.c +++ b/lib/crtdll/stdlib/atof.c @@ -1,5 +1,5 @@ /* Copyright (C) 1994 DJ Delorie, see COPYING.DJ for details */ -#include +#include double atof(const char *ascii)