URL
https://opencores.org/ocsvn/eco32/eco32/trunk
[/] [eco32/] [trunk/] [lcc/] [etc/] [lcc.c] - Diff between revs 4 and 328
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 4 |
Rev 328 |
Line 69... |
Line 69... |
static char **av; /* argument vector */
|
static char **av; /* argument vector */
|
char *tempdir = TEMPDIR; /* directory for temporary files */
|
char *tempdir = TEMPDIR; /* directory for temporary files */
|
static char *progname;
|
static char *progname;
|
static List lccinputs; /* list of input directories */
|
static List lccinputs; /* list of input directories */
|
|
|
main(int argc, char *argv[]) {
|
int main(int argc, char *argv[]) {
|
int i, j, nf;
|
int i, j, nf;
|
|
|
progname = argv[0];
|
progname = argv[0];
|
ac = argc + 50;
|
ac = argc + 50;
|
av = alloc(ac*sizeof(char *));
|
av = alloc(ac*sizeof(char *));
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.