Placed the include files in {EM_HOME}/h/bc_.....

This commit is contained in:
keie 1985-02-04 22:18:16 +00:00
parent bf33a4f4ce
commit c833359d74
11 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
#include "string.h"
#include "bc_string.h"
/* $Header$ */

View File

@ -1,4 +1,4 @@
#include "string.h"
#include "bc_string.h"
/* $Header$ */

View File

@ -1,6 +1,6 @@
#include "string.h"
#include "bc_string.h"
#include <stdio.h>
#include "io.h"
#include "bc_io.h"
/* $Header$ */

View File

@ -1,4 +1,4 @@
#include "io.h"
#include "bc_io.h"
#include <sgtty.h>
/* $Header$ */

View File

@ -1,4 +1,4 @@
#include "string.h"
#include "bc_string.h"
/* $Header$ */

View File

@ -1,4 +1,4 @@
#include "string.h"
#include "bc_string.h"
/* $Header$ */

View File

@ -1,5 +1,5 @@
#include "string.h"
#include "io.h"
#include "bc_string.h"
#include "bc_io.h"
/* $Header$ */

View File

@ -1,5 +1,5 @@
#include "string.h"
#include "io.h"
#include "bc_string.h"
#include "bc_io.h"
#include <ctype.h>
/* $Header$ */

View File

@ -1,4 +1,4 @@
#include "string.h"
#include "bc_string.h"
/* $Header$ */

View File

@ -1,4 +1,4 @@
#include "string.h"
#include "bc_string.h"
/* $Header$ */

View File

@ -1,5 +1,5 @@
#include "string.h"
#include "io.h"
#include "bc_string.h"
#include "bc_io.h"
/* $Header$ */