comparison: src/frontend.c
src/frontend.c
- changeset 96
- 307ac3f79487
- parent 86
- c41ab60fd27a
equal
deleted
inserted
replaced
| 29 |
29 |
| 30 #include <stdio.h> |
30 #include <stdio.h> |
| 31 #include <stdlib.h> |
31 #include <stdlib.h> |
| 32 #include <unistd.h> |
32 #include <unistd.h> |
| 33 #include <string.h> |
33 #include <string.h> |
| |
34 #include <cx/streams.h> |
| 34 |
35 |
| 35 #include "c2html.h" |
36 #include "c2html.h" |
| 36 #include <cx/utils.h> |
|
| 37 |
37 |
| 38 typedef struct { |
38 typedef struct { |
| 39 char* outfilename; |
39 char* outfilename; |
| 40 char* headerfile; |
40 char* headerfile; |
| 41 char* footerfile; |
41 char* footerfile; |