Added binary and unicode file i/o support to msvcrt.
[reactos.git] / reactos / lib / crtdll / conio / cgets.c
index 6005216..1e3d9e7 100644 (file)
@@ -1,8 +1,8 @@
-#include <crtdll/conio.h>
-#include <crtdll/stdlib.h>
+#include <msvcrt/conio.h>
+#include <msvcrt/stdlib.h>
 
-char *
-_cgets(char *string)
+
+char *_cgets(char *string)
 {
   unsigned len = 0;
   unsigned int maxlen_wanted;