Checkpoint -- still merging with Taj's version of the world.

This commit is contained in:
wkj 2004-05-16 07:55:57 +00:00
parent b855148c9b
commit c5561c23cf
37 changed files with 415 additions and 378 deletions

View file

@ -1,9 +1,9 @@
/* t..c : external declarations */
#include <u.h>
#include <libc.h>
#include <bio.h>
# include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
# define MAXLIN 250
# define MAXHEAD 44
@ -62,7 +62,7 @@ extern char texstr[];
extern int linstart;
extern Biobuf *tabin, tabout;
extern FILE *tabin, *tabout;
# define CRIGHT 2
# define CLEFT 0
# define CMID 1