reid@Glacier.ARPA (Brian Reid) (09/28/85)
I've been using the 4.1BSD version of Unix apl, which we got from ucsfcgl!tef
many years ago. I have maintained it, added features, fixed bugs, and all
that stuff. I have a lot of software that depends on it.
Now I find that my source directory has been corrupted, and I've been unable
to get all of it from the backup tapes. Well, I got almost all of it. The
header file "apl.h" is the only file I haven't been able to recover
completely. I've included here the first 15 or 20 lines of it; if your apl.h
matches that--or even if it looks a bit like it--could you please send it to
me? I can't get mail through to ucsfcgl!tef. Thanks.
Brian Reid {decwrl,sun,hplabs,bellcore}!glacier!reid
Stanford reid@SU-Glacier.ARPA
Here is what I have:
#include <stdio.h>
double *test1;
double gamma();
/*
* A P L
*/
/*
* Magic numbers
*/
#define OPERBOXSIZE 76
#define MRANK 8 /* Size of dimension buffer */
#define CANBS 300 /* Size of input buffer */
#define STKS 50 /* Size of stack increment */
#define NLS 100 /* Size of namelist */
#define NAMS 24 /* Size of name buffer */
#define OBJS 500 /* Size of compiled expr buffer */
#define MAGIC 0100554 /* Magic word for WS file */
/*
* Magic words
*/
#define EDIT_ED "/bin/ed"
#define EDIT_EX "/usr/ucb/ex"
#define EDIT_VI "/usr/ucb/vi"
--
Brian Reid decwrl!glacier!reid
Stanford reid@SU-Glacier.ARPA