OSDN Git Service

add stub for xputc2
authorSHIRAKATA Kentaro <argrath@ub32.org>
Tue, 22 Dec 2015 16:20:37 +0000 (01:20 +0900)
committerSHIRAKATA Kentaro <argrath@ub32.org>
Sat, 13 Feb 2016 16:46:50 +0000 (01:46 +0900)
sys/winnt/stubs.c

index 924a8f9..210297f 100644 (file)
@@ -68,6 +68,16 @@ char ch;
     return;
 }
 
+#if 1 /*JP*/
+void
+xputc2(ch1, ch2)
+int ch1;
+int ch2;
+{
+    return;
+}
+#endif
+
 void
 xputs(s)
 const char *s;