Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / sdk / lib / crt / misc / isblank.c
diff --git a/reactos/sdk/lib/crt/misc/isblank.c b/reactos/sdk/lib/crt/misc/isblank.c
deleted file mode 100644 (file)
index 0963ad5..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#define __NO_CTYPE_LINES
-#include <ctype.h>
-
-int __cdecl isblank (int _C)
-{
-    return (_isctype(_C, _BLANK) || _C == '\t');
-}
\ No newline at end of file