home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V7 / usr / src / cmd / learn / lrndef < prev    next >
Encoding:
Text File  |  1979-01-15  |  334 b   |  19 lines

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