BSD 3 development
[unix-history] / usr / src / cmd / learn / lrndef
CommitLineData
42d6e430
BJ
1#include <stdio.h>
2char *direct = "/usr/lib/learn"; /* CHANGE THIS ON YOUR SYSTEM */
3int more;
4char *level;
5int speed;
6char *sname;
7char *todo;
8FILE *incopy = NULL;
9int didok;
10int sequence = 1;
11int comfile = -1;
12int status;
13int wrong;
14char *pwline;
15char *dir;
16FILE *scrin;
17int logging = 1; /* set to 0 to turn off logging */
18int ask;