Pelles C forum

C language => Beginner questions => Topic started by: tbayne on March 28, 2008, 04:02:48 PM

Title: Extraneous Old-STyle Parameter List?
Post by: tbayne on March 28, 2008, 04:02:48 PM
What is the most prevalent cause of this error?
Title: Re: Extraneous Old-STyle Parameter List?
Post by: Pelle on March 30, 2008, 03:14:26 PM
Maybe a declaration like this:
Code: [Select]
void (*f)(a);where a is not a type...