Hello. Mathieu Bouchard <matju / artengine.ca> wrote: (2006/02/02 00:43) >On Wed, 1 Feb 2006, H.Yamamoto wrote: > >> | static inline int isnan_f (float x) @{ return x != x; @} >> | static inline int isnan_d (double x) @{ return x != x; @} >> | static inline int isnan_ld (long double x) @{ return x != x; @} > >hey, i'm really curious, what's @{ and @}. I didn't know that @ was a >reserved character in C. Umm, this is copy & paste from [ruby-core:7151], probably escape character in document format?