OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [branches/] [mp3_stable/] [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" );
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.