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