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

This commit is contained in:
keie 1985-02-04 22:18:16 +00:00
parent da898f1325
commit a50f8ebe1c
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$ */