Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / sdk / lib / crt / math / acosf.c
diff --git a/reactos/sdk/lib/crt/math/acosf.c b/reactos/sdk/lib/crt/math/acosf.c
deleted file mode 100644 (file)
index 6df35b7..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-#include <math.h>
-
-_Check_return_
-float
-__cdecl
-acosf(
-    _In_ float x)
-{
-    return (float)acos((double)x);
-}