Merge 13511:13830 from trunk
[reactos.git] / reactos / lib / crt / ctype / isgraph.c
index 8db6f62..685df41 100644 (file)
@@ -8,15 +8,6 @@
 
 #include <ctype.h>
 
-#undef isgraph
-/*
- * @implemented
- */
-int isgraph(int c)
-{
-  return _isctype(c,_PUNCT | _ALPHA | _DIGIT);
-}
-
 #undef iswgraph
 /*
  * @implemented