Make the compiler spit out a .c file instead of a .h file.

This commit is contained in:
jkh 1994-11-18 08:17:20 +00:00
parent 3cabf55101
commit d586999984
5 changed files with 10 additions and 0 deletions

View File

@ -185,12 +185,14 @@ void output(FILE *fp)
{
int i;
fprintf(fp, "unsigned char seqprog[] = {\n");
for (i = 0; i < LC; i++)
fprintf(fp, "\t0x%02x, 0x%02x, 0x%02x, 0x%02x,\n",
M[i][3],
M[i][2],
M[i][1],
M[i][0]);
fprintf(fp, "};\n");
}
char **getl(int *n)

View File

@ -185,12 +185,14 @@ void output(FILE *fp)
{
int i;
fprintf(fp, "unsigned char seqprog[] = {\n");
for (i = 0; i < LC; i++)
fprintf(fp, "\t0x%02x, 0x%02x, 0x%02x, 0x%02x,\n",
M[i][3],
M[i][2],
M[i][1],
M[i][0]);
fprintf(fp, "};\n");
}
char **getl(int *n)

View File

@ -185,12 +185,14 @@ void output(FILE *fp)
{
int i;
fprintf(fp, "unsigned char seqprog[] = {\n");
for (i = 0; i < LC; i++)
fprintf(fp, "\t0x%02x, 0x%02x, 0x%02x, 0x%02x,\n",
M[i][3],
M[i][2],
M[i][1],
M[i][0]);
fprintf(fp, "};\n");
}
char **getl(int *n)

View File

@ -185,12 +185,14 @@ void output(FILE *fp)
{
int i;
fprintf(fp, "unsigned char seqprog[] = {\n");
for (i = 0; i < LC; i++)
fprintf(fp, "\t0x%02x, 0x%02x, 0x%02x, 0x%02x,\n",
M[i][3],
M[i][2],
M[i][1],
M[i][0]);
fprintf(fp, "};\n");
}
char **getl(int *n)

View File

@ -185,12 +185,14 @@ void output(FILE *fp)
{
int i;
fprintf(fp, "unsigned char seqprog[] = {\n");
for (i = 0; i < LC; i++)
fprintf(fp, "\t0x%02x, 0x%02x, 0x%02x, 0x%02x,\n",
M[i][3],
M[i][2],
M[i][1],
M[i][0]);
fprintf(fp, "};\n");
}
char **getl(int *n)