home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume6 / lbl / src / externs.c < prev    next >
Encoding:
C/C++ Source or Header  |  1986-11-30  |  579 b   |  23 lines

  1. /* (C) C.D.F. Miller, Heriot-Watt University, March 1984
  2.  *
  3.  *    Permission is hereby given to reproduce or modify this
  4.  *    software freely, provided that this notice be retained,
  5.  *    and that no use be made of the software for commercial
  6.  *    purposes without the express written permission of the
  7.  *    author.
  8.  */
  9.  
  10. #include    <lbl.h>
  11.  
  12. char    delimiter    = '@';
  13. char    macroname[]    = "L=";
  14. char    tempname[]    = "/tmp/lblXXXXXX";
  15. char    *def_format    = STDFORM;
  16. char    *progname    = "lbl";
  17. char    *filename    = NULL;
  18. int    lflag        = 0;
  19. int    sflag        = 0;
  20. FILE    *tempfile    = NULL;
  21. long    fileline;
  22. type    *typetable    = NULL;
  23.