This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: A little bit of C fun...


A guess:
b is a type, and a is a function that takes a pointer to a function that returns b?

-----Original Message-----
From: gcc-help-owner@gcc.gnu.org [mailto:gcc-help-owner@gcc.gnu.org] On Behalf Of John Carter
Sent: Wednesday, October 22, 2008 2:38 PM
To: me22
Cc: gcc-help@gcc.gnu.org
Subject: Re: A little bit of C fun...

On Wed, 22 Oct 2008, me22 wrote:

> Use the preprocessor.  Otherwise you can't get braces inside parens.

Nope. I didn't use preprocessor. But warped kudos to you for thinking
of it.

Since you are all struggling, I'll make it easier for you.

I shorten it by one character....
    a(&(b){})

... (but then it does something subtly more that the previous
one...oooh I'm evil!)


John Carter                             Phone : (64)(3) 358 6639
Tait Electronics                        Fax   : (64)(3) 359 4632
PO Box 1645 Christchurch                Email : john.carter@tait.co.nz
New Zealand


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]