[SDK] One step further towards ReactOS source code tree restructure: the sdk folder...
[reactos.git] / reactos / lib / sdk / crt / math / log10f.c
diff --git a/reactos/lib/sdk/crt/math/log10f.c b/reactos/lib/sdk/crt/math/log10f.c
deleted file mode 100644 (file)
index 42a6276..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-
-#include <math.h>
-
-_Check_return_
-float
-__cdecl
-log10f(
-    _In_ float x)
-{
-    return (float)log10((double)x);
-}