Changes for reading input files in MGC version
[IRC.git] / Robust / src / Runtime / bamboo / multicoreruntime.c
index 71f50c7a2292f5506830bb5bca9ecb998c056fab..306392cd57bab4d19cc40313953db78e3062e651 100644 (file)
@@ -429,6 +429,20 @@ void CALL01(___System______printString____L___String___, struct ___String___ * _
 }
 #endif
 
+#ifdef D___Scanner______nextDouble____ 
+double ___Scanner______nextDouble____(struct ___Scanner______nextDouble_____params * ___params___) {
+  // TODO
+  return 0;
+}
+#endif
+
+#ifdef D___Scanner______nextInt____ 
+int ___Scanner______nextInt____(struct ___Scanner______nextInt_____params * ___params___) {
+  // TODO
+  return 0;
+}
+#endif
+
 /* Object allocation function */
 
 #if defined(MULTICORE_GC)||defined(PMC_GC)