Rev 8185 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8185 | Rev 8195 | ||
---|---|---|---|
Line 55... | Line 55... | ||
55 | extern char *progname,*tmpdir,*fontdir,*headerfile,*texstyle,*outfile, cwd[1024]; |
55 | extern char *progname,*tmpdir,*fontdir,*headerfile,*texstyle,*outfile, cwd[1024]; |
56 | extern double blacker; |
56 | extern double blacker; |
57 | extern int basedensity, density, compressratio, wrapexec, currentcolor, fontcnt; |
57 | extern int basedensity, density, compressratio, wrapexec, currentcolor, fontcnt; |
58 | extern FONT wfont[FONT_NUMBER_LIMIT]; |
58 | extern FONT wfont[FONT_NUMBER_LIMIT]; |
59 | /* from basic.c */ |
59 | /* from basic.c */ |
60 | void |
60 | void texgif_error(char *s); |
61 | int call_sh(char *s,...); |
61 | int call_sh(char *s,...); |
62 | int getfile(char *fname, unsigned char **buf); |
62 | int getfile(char *fname, unsigned char **buf); |
63 | unsigned long int texint(void *bp, int l); |
63 | unsigned long int texint(void *bp, int l); |
64 | long int texintsigned(void *bp, int l); |
64 | long int texintsigned(void *bp, int l); |
65 | int execredirected(char *cmdf, char *inf, char *outf, char *errf, char *arg[]); |
65 | int execredirected(char *cmdf, char *inf, char *outf, char *errf, char *arg[]); |