home *** CD-ROM | disk | FTP | other *** search
- /* (C) C.D.F. Miller, Heriot-Watt University, March 1984
- *
- * Permission is hereby given to reproduce or modify this
- * software freely, provided that this notice be retained,
- * and that no use be made of the software for commercial
- * purposes without the express written permission of the
- * author.
- */
-
- #include <lbl.h>
-
- char delimiter = '@';
- char macroname[] = "L=";
- char tempname[] = "/tmp/lblXXXXXX";
- char *def_format = STDFORM;
- char *progname = "lbl";
- char *filename = NULL;
- int lflag = 0;
- int sflag = 0;
- FILE *tempfile = NULL;
- long fileline;
- type *typetable = NULL;
-