Re: [GD-General] Clean way of generalizing CDECL
Brought to you by:
vexxed72
From: Brian H. <ho...@bo...> - 2004-07-07 05:18:06
|
> Why don't you try: > > void __attribute__((cdecl)) foo( int x, int y, int z ); > > :) Err...hmmm, is that standard across all GCC incarnations? The man pages I read indicated it had to be a suffix, but if not...well, that simplifies things =3D) Brian |