URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
[/] [or1k_old/] [trunk/] [mp3/] [sw/] [utils/] [bin2flimg.c] - Diff between revs 281 and 301
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 281 |
Rev 301 |
Line 5... |
Line 5... |
|
|
FILE *fd;
|
FILE *fd;
|
int c, i, j, width;
|
int c, i, j, width;
|
unsigned long word;
|
unsigned long word;
|
|
|
if(argc < 3)
|
if(argc < 3) {
|
error("no input file specified");
|
printf("no input file specified");
|
|
exit(1);
|
|
}
|
|
|
width = atoi(argv[1]);
|
width = atoi(argv[1]);
|
|
|
fd = fopen( argv[2], "r" );
|
fd = fopen( argv[2], "r" );
|
|
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.