Placed the include files in {EM_HOME}/h/bc_.....
authorkeie <none@none>
Mon, 4 Feb 1985 22:18:16 +0000 (22:18 +0000)
committerkeie <none@none>
Mon, 4 Feb 1985 22:18:16 +0000 (22:18 +0000)
lang/basic/lib/asc.c
lang/basic/lib/chr.c
lang/basic/lib/file.c
lang/basic/lib/io.c
lang/basic/lib/mki.c
lang/basic/lib/oct.c
lang/basic/lib/print.c
lang/basic/lib/read.c
lang/basic/lib/string.c
lang/basic/lib/swap.c
lang/basic/lib/write.c

index 9364cc7..6d0eace 100644 (file)
@@ -1,4 +1,4 @@
-#include "string.h"
+#include "bc_string.h"
 
 /* $Header$ */
 
index b4f74da..8175bf5 100644 (file)
@@ -1,4 +1,4 @@
-#include "string.h"
+#include "bc_string.h"
 
 /* $Header$ */
 
index 22ae5a8..1a1b6a6 100644 (file)
@@ -1,6 +1,6 @@
-#include "string.h"
+#include "bc_string.h"
 #include <stdio.h>
-#include "io.h"
+#include "bc_io.h"
 
 /* $Header$ */
 
index fe651bf..e7ea50d 100644 (file)
@@ -1,4 +1,4 @@
-#include "io.h"
+#include "bc_io.h"
 #include <sgtty.h>
 
 /* $Header$ */
index 4d48663..3c2ece7 100644 (file)
@@ -1,4 +1,4 @@
-#include "string.h"
+#include "bc_string.h"
 
 /* $Header$ */
 
index 03ee06f..067a5de 100644 (file)
@@ -1,4 +1,4 @@
-#include "string.h"
+#include "bc_string.h"
 
 /* $Header$ */
 
index c609609..a335f96 100644 (file)
@@ -1,5 +1,5 @@
-#include "string.h"
-#include "io.h"
+#include "bc_string.h"
+#include "bc_io.h"
 
 /* $Header$ */
 
index 9d9ae5d..a258e41 100644 (file)
@@ -1,5 +1,5 @@
-#include "string.h"
-#include "io.h"
+#include "bc_string.h"
+#include "bc_io.h"
 #include <ctype.h>
 
 /* $Header$ */
index 0aa8fde..5aa9906 100644 (file)
@@ -1,4 +1,4 @@
-#include "string.h"
+#include "bc_string.h"
 
 /* $Header$ */
 
index e16d6d7..bddc0ff 100644 (file)
@@ -1,4 +1,4 @@
-#include "string.h"
+#include "bc_string.h"
 
 /* $Header$ */
 
index 21a8858..2cb08a9 100644 (file)
@@ -1,5 +1,5 @@
-#include "string.h"
-#include "io.h"
+#include "bc_string.h"
+#include "bc_io.h"
 
 /* $Header$ */