home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 3 / Meeting_Pearls_III.iso / Pearls / texmf / source / dvips / amiga / include / output_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-01-08  |  893 b   |  65 lines

  1. /* Prototypes for functions defined in
  2. output.c
  3.  */
  4.  
  5. void copyfile(char * s);
  6.  
  7. void figcopyfile(char * s,
  8.                  int systemtype);
  9.  
  10. void specialout(int c);
  11.  
  12. void stringend(void);
  13.  
  14. void scout(int c);
  15.  
  16. void cmdout(char * s);
  17.  
  18. void floatout(double n);
  19.  
  20. void numout(integer n);
  21.  
  22. void mhexout(register unsigned char * p,
  23.              register long len);
  24.  
  25. void fontout(int n);
  26.  
  27. void hvpos(void);
  28.  
  29. void newline(void);
  30.  
  31. void nlcmdout(char * s);
  32.  
  33. int mlower(int c);
  34.  
  35. int ncstrcmp(char * a,
  36.              char * b);
  37.  
  38. void findpapersize(void);
  39.  
  40. void paperspec(char * s,
  41.                int hed);
  42.  
  43. char * epsftest(void);
  44.  
  45. void initprinter(int n);
  46.  
  47. void setup(void);
  48.  
  49. void cleanprinter(void);
  50.  
  51. void psflush(void);
  52.  
  53. void pageinit(void);
  54.  
  55. void pageend(void);
  56.  
  57. void drawrule(integer rw,
  58.               integer rh);
  59.  
  60. void drawchar(chardesctype * c,
  61.               int cc);
  62.  
  63. void tell_needed_fonts(void);
  64.  
  65.