summaryrefslogtreecommitdiff
path: root/Build/source/utils/m-tx/mtx-0.60d/files.h
blob: 66e978f78ca1413a334f2c5224e14395d6d14364 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/* Header for module files, generated by p2c 1.21alpha-07.Dec.93 */
#ifndef FILES_H
#define FILES_H


/* Open and close files, interpret command line, do input, do most output*/

#ifndef GLOBALS_H
#include "globals.h"
#endif

#ifndef MULTFILE_H
#include "multfile.h"
#endif


#ifdef FILES_G
# define vextern
#else
# define vextern extern
#endif

extern Void readParagraph PP((Char (*P)[256], short *no, paragraph_index0 *L));
extern boolean styleFileFound PV();
extern Void processOption PP((int j));
extern Void OpenFiles PV();
extern Void CloseFiles PV();
extern Void putLine PP((Char *line));
extern Void put PP((Char *line, int putspace_));
extern Void tex3 PP((Char *s));
extern boolean endOfInfile PV();


#undef vextern

#endif /*FILES_H*/

/* End. */