Release calc version 2.10.3t5.45

This commit is contained in:
Landon Curt Noll
1997-10-04 20:06:29 -07:00
parent 4618313a82
commit 6e10e97592
300 changed files with 38279 additions and 8584 deletions

View File

@@ -7,6 +7,7 @@
* For terminal input, this also provides a simple command stack.
*/
#include <stdio.h>
#include <ctype.h>
#include <pwd.h>
#include <sys/types.h>
@@ -16,6 +17,8 @@
#include "hist.h"
extern int stdin_tty; /* TRUE if stdin is a tty */
extern FILE *f_open(char *name, char *mode);
extern FILE *curstream(void);
#define TTYSIZE 100 /* reallocation size for terminal buffers */