Checkpoint -- still merging with Taj's version of the world.
This commit is contained in:
parent
b855148c9b
commit
c5561c23cf
37 changed files with 415 additions and 378 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue