I've just discovered that gE's EiC C89 Interpreter doesn't support K&R C style function declaration/definition.
I mean yes it is obsolete but still valid in most recent days..
knucklecrunchgames wrote:K&R?
They have an official book on c programming correct?
And please explain all that what you have written for dummys like me
void foo(arg1, arg2)
int arg1;
float arg2;
{
}
void foo(int arg1, float arg2)
{
}
Users browsing this forum: No registered users and 1 guest