Expected primary expression before char?

1
2
3
4
5
6
7
8
9
void displayfunc()
{
    FILE *fopen(const char *Back, const char *DIB);
    loadBMP(char *file)
    {
        FILE *in;
        in=fopen(file,"rb");
    }
}


I dont get it. Whats wrong with this code?
What are lines 4-8 supposed to be? You know you can't define a function inside a function like in a few other languages?
I got it from a tutorial. I do know that. O and there is my answer lol.
thanks a lot
Topic archived. No new replies allowed.