X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fmsvcrt%2Ffloat%2Ffpclass.c;fp=lib%2Fmsvcrt%2Ffloat%2Ffpclass.c;h=28b394ca81ab5532548d12a4de0f6a8f2684e4a7;hp=5401aa146232a2d57b7f16c320dd5aa1a1d30919;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/lib/msvcrt/float/fpclass.c b/lib/msvcrt/float/fpclass.c index 5401aa1..28b394c 100644 --- a/lib/msvcrt/float/fpclass.c +++ b/lib/msvcrt/float/fpclass.c @@ -27,6 +27,9 @@ typedef int fpclass_t; +/* + * @implemented + */ fpclass_t _fpclass(double __d) { double_t *d = (double_t *)&__d;