home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * This code copyright 1988 by Doug Davis (doug@letni.lawnet.com)
- * You are free to modify, hack, fold, spindle, or mutlate this code in
- * any maner provided you give credit where credit is due and don't pretend
- * you wrote it.
- * If you do my lawyers (and I have a lot of lawyers) will teach you a lesson
- * in copyright law that you will never ever forget.
- */
- extern FILE *EditFile;
- extern LINE *current;
- extern LINE *find_work;
- extern LINE *getline();
- extern LINE *l_end;
- extern LINE *l_start;
- extern LINE *setline();
- extern char *Bottom;
- extern char *Eof;
- extern char *HelpName;
- extern char *Progname;
- extern char *STRCHR();
- extern char *Top;
- extern char *find_string;
- extern char *getstring();
- extern char *malloc();
- extern char *strappend();
- extern char *strindex();
- extern char Dots;
- extern char WriteOnQuit;
- extern char buf[BUFSIZ];
- extern char yesno();
- extern int Debug;
- extern int errno;
- extern int getopt();
- extern long CurrentLine;
- extern long NumberLines;
- extern long atol();
- extern long find();
- extern long find_line;
- extern long getlineno();
- extern long loadem();
- extern long makenum();
-