X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=lib%2Fcrtdll%2Fmath%2Fcos.c;h=131fa2dbdb0e8d9f1d03a10250fab9099b242cc6;hp=981380e33d76d3ef8b89249265479bfe1d542e4e;hb=HEAD;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/lib/crtdll/math/cos.c b/lib/crtdll/math/cos.c index 981380e..131fa2d 100644 --- a/lib/crtdll/math/cos.c +++ b/lib/crtdll/math/cos.c @@ -2,6 +2,9 @@ double cos (double __x); +/* + * @implemented + */ double cos (double __x) { register double __value;