P
Patrick Kowalzick
Hi all,
Is this valid? I do not find the case in the standard:
void foo( int ) {}
#define FOO foo
int main()
{
FOO(0);
return 0;
}
Kind regards,
Patrick
Is this valid? I do not find the case in the standard:
void foo( int ) {}
#define FOO foo
int main()
{
FOO(0);
return 0;
}
Kind regards,
Patrick